Skip to content

Commit 198f13c

Browse files
committed
Fix up whitespace.
1 parent 9d2b921 commit 198f13c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

TSPL.docc/LanguageGuide/Protocols.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,6 @@ For information about opaque types, and boxed protocol types,
796796
see <doc:OpaqueTypes>.
797797

798798
<!--
799-
800799
Performance impact from SE-0335:
801800
802801
Existential types are also significantly more expensive than using concrete types.
@@ -872,7 +871,6 @@ It uses a linear congruential generator,
872871
from the example earlier in the chapter,
873872
to generate random numbers for dice rolls.
874873

875-
876874
The `DiceGame.Delegate` protocol can be adopted
877875
to track the progress of a dice game.
878876
Because the `DiceGame.Delegate` protocol
@@ -908,7 +906,7 @@ the delegate methods are called,
908906
and are passed the `DiceGame` instance as a parameter.
909907

910908
<!--
911-
TODO: add a cross-reference to optional chaining here.
909+
TODO: add a cross-reference to optional chaining here.
912910
-->
913911

914912
This next example shows a class called `DiceGameTracker`,

0 commit comments

Comments
 (0)