Skip to content

Commit e5f37b4

Browse files
committed
minor
1 parent 8e018ba commit e5f37b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang-ref/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ switch must have the same type.
273273

274274
Type-checking will ensure that all possible cases are matched by
275275
the ``switch`` expression. To handle arbitrary variant values, you can
276-
add an open case to the end of the switch:
276+
add an open case to the end of the switch::
277277

278278
switch (target) {
279279
case Automobile(fuelType) -> 0

0 commit comments

Comments
 (0)