summaryrefslogtreecommitdiffhomepage
path: root/smalltalk.html.markdown
diff options
context:
space:
mode:
authorNameguy <phillip.lego09@gmail.com>2017-10-08 00:56:41 -0400
committerGitHub <noreply@github.com>2017-10-08 00:56:41 -0400
commitd0ecb9f488f850d6c33b6d9eb8975b92402101e4 (patch)
tree0863f58d2020cd48ccb27911808054b4da3f46fd /smalltalk.html.markdown
parentbb842f0e9605ef823e720ca4a2eb641a34c281b6 (diff)
Update smalltalk.html.markdown
Diffstat (limited to '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 fd40afe9..f490dd6b 100644
--- a/smalltalk.html.markdown
+++ b/smalltalk.html.markdown
@@ -904,7 +904,7 @@ b := String isVariable. "true if has indexed
b := String isPointers. "true if index instance vars contain objects"
b := String isBits. "true if index instance vars contain bytes/words"
b := String isBytes. "true if index instance vars contain bytes"
-b := String isWords. true if index instance vars contain words"
+b := String isWords. "true if index instance vars contain words"
Object withAllSubclasses size. "get total number of class entries"
```