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 8e018ba commit e5f37b4Copy full SHA for e5f37b4
lang-ref/expressions.rst
@@ -273,7 +273,7 @@ switch must have the same type.
273
274
Type-checking will ensure that all possible cases are matched by
275
the ``switch`` expression. To handle arbitrary variant values, you can
276
-add an open case to the end of the switch:
+add an open case to the end of the switch::
277
278
switch (target) {
279
case Automobile(fuelType) -> 0
0 commit comments