summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJacob Ward <jacobward1898@gmail.com>2016-02-22 20:27:17 -0700
committerJacob Ward <jacobward1898@gmail.com>2016-02-22 20:27:17 -0700
commit58455011343dd9ad36ae3134870105e451ef3741 (patch)
tree7e01ec753851aa7d7ea735962fb746e1ca8c284f
parent9c2bfcc46a2c4c6ae6fbb938807df20d544d390e (diff)
[self-en] separeated -> separated
-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'