summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNameguy <phillip.lego09@gmail.com>2017-10-08 00:57:51 -0400
committerGitHub <noreply@github.com>2017-10-08 00:57:51 -0400
commit0d85a0371c0254f0b8dcdb281fe456af05e422ed (patch)
tree8ff94d920fc9734b64b670366ea3fb1c5d889103
parentd0ecb9f488f850d6c33b6d9eb8975b92402101e4 (diff)
Update smalltalk.html.markdown
-rw-r--r--smalltalk.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/smalltalk.html.markdown b/smalltalk.html.markdown
index f490dd6b..a253df55 100644
--- a/smalltalk.html.markdown
+++ b/smalltalk.html.markdown
@@ -186,7 +186,7 @@ x := Float pi. "pi"
x := Float e. "exp constant"
x := Float infinity. "infinity"
x := Float nan. "not-a-number"
-x := Random new next; yourself. x next. "random number stream (0.0 to 1.0)
+x := Random new next; yourself. x next. "random number stream (0.0 to 1.0)"
x := 100 atRandom. "quick random number"
```