projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b0a5eaa
)
Use almost equals sign instead of =~
Dave Rolsky [Sun, 10 Oct 2010 01:00:18 +0000 (20:00 -0500)]
moose-class/slides/index.html
patch
|
blob
|
blame
|
history
diff --git
a/moose-class/slides/index.html
b/moose-class/slides/index.html
index
b004446
..
2f3c9d3
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-1330,7
+1330,7
@@
print $person->full_name
<h1>Roles in Practice</h1>
<ul>
- <li>Consuming a role = inlining the role</li>
+ <li>Consuming a role ≈ inlining the role</li>
</ul>
</div>