Merge pull request #2999 from damireh/patch-1

[crystal/en] Update crystal.html.markdown
This commit is contained in:
Adam Bard 2017-11-13 12:54:49 -08:00 committed by GitHub
commit 6c439fa82f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -422,7 +422,7 @@ class Human
@name @name
end 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 property :name
# Getter/setter methods can also be created individually like this # Getter/setter methods can also be created individually like this