projects
/
gitmo/moose-presentations.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9ffaefd
)
Doh, slide on Bool was totally wrong
Dave Rolsky [Thu, 30 Sep 2010 15:11:47 +0000 (10:11 -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
af99769
..
7c57d21
100644
(file)
--- a/
moose-class/slides/index.html
+++ b/
moose-class/slides/index.html
@@
-2588,15
+2588,12
@@
Item
<h1>Bool</h1>
<h2>True</h2>
- <pre><code>1
-924.1
-'true'
-{}</code></pre>
+ <pre><code>1</code></pre>
<h2>False</h2>
<pre><code>0
-0.0
'0'
+''
undef</code></pre>
<ul>