diff options
author | Adam Bard <github@adambard.com> | 2017-11-13 12:54:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-13 12:54:49 -0800 |
commit | 6c439fa82ff469095380c6142124eb6fb57ee106 (patch) | |
tree | 4088471c9d3f11825104c002336d4e0f06896e66 | |
parent | 3e52b2e2c4f29193120b242c3d149a261366b56b (diff) | |
parent | b777242fb783d57b258c18645144b273e7eb0e13 (diff) |
Merge pull request #2999 from damireh/patch-1
[crystal/en] Update crystal.html.markdown
-rw-r--r-- | crystal.html.markdown | 2 |
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 |