mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-26 23:23:55 +00:00
Merge pull request #2999 from damireh/patch-1
[crystal/en] Update crystal.html.markdown
This commit is contained in:
commit
6c439fa82f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user