Skip to content

Commit 661f841

Browse files
authored
Add missing parenthesis in reference for macro names (#283)
2 parents cc424f4 + af488cd commit 661f841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/ReferenceManual/Attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ The value for that argument is a list of one or more of the following:
119119
where *prefix* is prepended to the symbol name,
120120
for a name that starts with a fixed string.
121121

122-
- `suffixed(<#suffix#>`
122+
- `suffixed(<#suffix#>)`
123123
where *suffix* is appended to the symbol name,
124124
for a name that ends with a fixed string.
125125

0 commit comments

Comments
 (0)