Skip to content

Commit

Permalink
doc(README): correct example referring to 'this' in Human class to wo…
Browse files Browse the repository at this point in the history
…rk as described (#85)

fixes #84
  • Loading branch information
nicobrinkkemper authored and niieani committed May 1, 2019
1 parent 3abbb6e commit e2b9589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ class:Human() {
this eaten push "$food"
# will return a string with the value:
@return:value "$this just ate $food, which is the same as $1"
@return:value "$(this name) just ate $food, which is the same as $1"
}
Human.WhatDidHeEat() {
Expand Down

0 comments on commit e2b9589

Please sign in to comment.