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.
1 parent bf1f666 commit a4668f3Copy full SHA for a4668f3
TSPL.docc/ReferenceManual/Declarations.md
@@ -3950,7 +3950,8 @@ and private members declared in one extension
3950
can be accessed from other extensions and from the type's declaration.
3951
3952
Each access-level modifier above optionally accepts a single argument,
3953
-which consists of the `set` keyword enclosed in parentheses (for example, `private(set)`).
+which consists of the `set` keyword enclosed in parentheses ---
3954
+for example, `private(set)`.
3955
Use this form of an access-level modifier when you want to specify an access level
3956
for the setter of a variable or subscript that's less than or equal
3957
to the access level of the variable or subscript itself,
0 commit comments