Skip to content

Commit

Permalink
Tweaky twweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Feb 5, 2025
1 parent b038d6b commit 8513b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/match.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The `case _` is special syntax that means "anything else".
It may be omitted if you don't want to do anything for other values.

Match statements can only be used with [integer types](types.md#integers) (`int` in this example) and [enums](enums.md).
[Jou doesn't have very many different kinds of types](types.md), so this covers most use cases.
Jou [doesn't have very many different kinds of types](types.md), so this covers most use cases.


## Using `match ... with strcmp` to match strings
Expand Down

0 comments on commit 8513b85

Please sign in to comment.