Skip to content

Commit fe0121d

Browse files
authored
Fix missing word in result builders reference (#339)
2 parents cb2fa41 + 9c38553 commit fe0121d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/ReferenceManual/Attributes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@ s.$x.wrapper // WrapperWithProjection value
15931593

15941594
### resultBuilder
15951595

1596-
Apply this attribute to a class, structure, enumeration
1596+
Apply this attribute to a class, structure, or enumeration
15971597
to use that type as a result builder.
15981598
A *result builder* is a type
15991599
that builds a nested data structure step by step.

0 commit comments

Comments
 (0)