summaryrefslogtreecommitdiffhomepage
path: root/self.html.markdown
diff options
context:
space:
mode:
authorchenbridge <chenbridge@Bridge-Mac.local>2016-02-23 15:06:40 +0800
committerchenbridge <chenbridge@Bridge-Mac.local>2016-02-23 15:06:40 +0800
commit29555c9b70dbf5d6b2967215651d90c179c2466f (patch)
treec0554f3a4c6eb8790322bab03fbfd697dd15ae20 /self.html.markdown
parent3453e953557a68eb752e8098ff90c255188b5668 (diff)
parent54e95ab837454e35b80b2a1bd7a37d4ba4626946 (diff)
Merge remote-tracking branch 'adambard/master'
Diffstat (limited to 'self.html.markdown')
-rw-r--r--self.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/self.html.markdown b/self.html.markdown
index 9290a0c9..fc7f69db 100644
--- a/self.html.markdown
+++ b/self.html.markdown
@@ -60,7 +60,7 @@ also sending the message 'true' to the lobby."
# Sending messages to objects
-Messages can either be unary, binary or keyword. Precedence is in that order. Unlike Smalltalk, the precedence of binary messages must be specified, and all keywords after the first must start with a capital letter. Messages are separeated from their destination by whitespace.
+Messages can either be unary, binary or keyword. Precedence is in that order. Unlike Smalltalk, the precedence of binary messages must be specified, and all keywords after the first must start with a capital letter. Messages are separated from their destination by whitespace.
```
"unary message, sends 'printLine' to the object '23'