summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--crystal.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/crystal.html.markdown b/crystal.html.markdown
index 15cbc0b1..ad9cf0f8 100644
--- a/crystal.html.markdown
+++ b/crystal.html.markdown
@@ -422,7 +422,7 @@ class Human
@name
end
- # The above functionality can be encapsulated using the attr_accessor method as follows
+ # The above functionality can be encapsulated using the propery method as follows
property :name
# Getter/setter methods can also be created individually like this