Skip to content

Commit a4668f3

Browse files
committed
Avoid using a code voice ) next to a plain one.
1 parent bf1f666 commit a4668f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TSPL.docc/ReferenceManual/Declarations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3950,7 +3950,8 @@ and private members declared in one extension
39503950
can be accessed from other extensions and from the type's declaration.
39513951

39523952
Each access-level modifier above optionally accepts a single argument,
3953-
which consists of the `set` keyword enclosed in parentheses (for example, `private(set)`).
3953+
which consists of the `set` keyword enclosed in parentheses ---
3954+
for example, `private(set)`.
39543955
Use this form of an access-level modifier when you want to specify an access level
39553956
for the setter of a variable or subscript that's less than or equal
39563957
to the access level of the variable or subscript itself,

0 commit comments

Comments
 (0)