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 5e15c7b commit 5e9a270Copy full SHA for 5e9a270
Sources/TSPL/TSPL.docc/LanguageGuide/OpaqueTypes.md
@@ -648,7 +648,7 @@ and the `protoFlip(_:)` function takes an argument
648
of some type that conforms to the `Shape` protocol.
649
However, a value of a protocol type doesn't conform to that protocol;
650
the value returned by `protoFlip(_:)` doesn't conform to `Shape`.
651
-This means code like `protoFlip(protoFlip(smallTriange))`
+This means code like `protoFlip(protoFlip(smallTriangle))`
652
that applies multiple transformations is invalid
653
because the flipped shape isn't a valid argument to `protoFlip(_:)`.
654
0 commit comments