Skip to content

Commit da17c1b

Browse files
amartini51karwa
andauthored
Correct wording.
Co-authored-by: Karl <[email protected]>
1 parent 7b64ca5 commit da17c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/LanguageGuide/Protocols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ The `DiceGame.Delegate` protocol can be adopted
874874
to track the progress of a dice game.
875875
Because the `DiceGame.Delegate` protocol
876876
is always used in the context of a dice game,
877-
it's nested inside of the `DiceGame` protocol.
877+
it's nested inside of the `DiceGame` class.
878878
Protocols can be nested
879879
inside of type declarations like structures and classes,
880880
as long as the outer declaration isn't generic.

0 commit comments

Comments
 (0)