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 7b64ca5 commit da17c1bCopy full SHA for da17c1b
TSPL.docc/LanguageGuide/Protocols.md
@@ -874,7 +874,7 @@ The `DiceGame.Delegate` protocol can be adopted
874
to track the progress of a dice game.
875
Because the `DiceGame.Delegate` protocol
876
is always used in the context of a dice game,
877
-it's nested inside of the `DiceGame` protocol.
+it's nested inside of the `DiceGame` class.
878
Protocols can be nested
879
inside of type declarations like structures and classes,
880
as long as the outer declaration isn't generic.
0 commit comments