We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3a8d5f + 140ce4a commit 01bf9fbCopy full SHA for 01bf9fb
Sources/TSPL/TSPL.docc/ReferenceManual/LexicalStructure.md
@@ -87,7 +87,10 @@ that isn't in a Private Use Area.
87
After the first character,
88
digits and combining Unicode characters are also allowed.
89
90
-Treat identifiers that begin with an underscore as internal,
+Treat identifiers that begin with an underscore,
91
+subscripts whose first argument label begins with an underscore,
92
+and initializers whose first argument label begins with an underscore,
93
+as internal,
94
even if their declaration has the `public` access-level modifier.
95
This convention lets framework authors mark part of an API
96
that clients must not interact with or depend on,
0 commit comments