Skip to content

Commit 5e9a270

Browse files
authored
Fixed typo smallTriange -> smallTriangle
1 parent 5e15c7b commit 5e9a270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSPL/TSPL.docc/LanguageGuide/OpaqueTypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ and the `protoFlip(_:)` function takes an argument
648648
of some type that conforms to the `Shape` protocol.
649649
However, a value of a protocol type doesn't conform to that protocol;
650650
the value returned by `protoFlip(_:)` doesn't conform to `Shape`.
651-
This means code like `protoFlip(protoFlip(smallTriange))`
651+
This means code like `protoFlip(protoFlip(smallTriangle))`
652652
that applies multiple transformations is invalid
653653
because the flipped shape isn't a valid argument to `protoFlip(_:)`.
654654

0 commit comments

Comments
 (0)