Skip to content

Commit 3b809eb

Browse files
authored
Merge pull request #357 from TalonCommunity/nriley-patch-3
Update language-specific.md
2 parents e8f67db + 2e8376d commit 3b809eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Voice Coding/language-specific.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This activates the commands `state true` and `state false` for inserting true an
1414

1515
## user.code_object_oriented
1616

17-
This activates the commands `state self` for inserting the language equivalent of the keyword for referring to the containing class and `self dot`, which does the equivalent of `state self` and inserting the object accessor operator (which is a dot in most languages).
17+
This activates the commands `state self` for inserting the language equivalent of the keyword for referring to the "self" or "this" object and `self dot`, which does the equivalent of `state self` followed by inserting the object accessor operator (a dot in most languages).
1818

1919
## user.code_functions_common
2020

0 commit comments

Comments
 (0)