summaryrefslogtreecommitdiff
path: root/ml/objects.txt
diff options
context:
space:
mode:
authormicheles <micheles@micheles-mac>2010-05-22 14:27:00 +0200
committermicheles <micheles@micheles-mac>2010-05-22 14:27:00 +0200
commit90358f59174cd8fdb7af2e843770923f4a879b22 (patch)
treee77187abb2d2bf32fdf1874308e6b1195fd00393 /ml/objects.txt
parent6580b54798adc3a4abb110cb7045eb42346cf68c (diff)
downloadmicheles-90358f59174cd8fdb7af2e843770923f4a879b22.tar.gz
Fixed grammar
Diffstat (limited to 'ml/objects.txt')
-rw-r--r--ml/objects.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ml/objects.txt b/ml/objects.txt
index ceda7b8..f6d4f47 100644
--- a/ml/objects.txt
+++ b/ml/objects.txt
@@ -185,7 +185,8 @@ systems; consider for instance this example::
def reset(self):
self.value = self.initial_value
-We can get the same effect via a stateful higher order function (a.k.a. a closure)::
+We can get the same effect via a stateful higher order function
+(a.k.a. a closure)::
exception MissingMethod