summaryrefslogtreecommitdiff
path: root/13-user-defined-annotations.md
diff options
context:
space:
mode:
Diffstat (limited to '13-user-defined-annotations.md')
-rw-r--r--13-user-defined-annotations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/13-user-defined-annotations.md b/13-user-defined-annotations.md
index 17af3ca541..44bbe654fe 100644
--- a/13-user-defined-annotations.md
+++ b/13-user-defined-annotations.md
@@ -91,7 +91,7 @@ Java platform, the following annotations have a standard meaning.
the generated getter method is named `isX` instead of `getX`.
* `@unchecked` \
- When applied to the selector of a \lstinline@match@ expression,
+ When applied to the selector of a `match` expression,
this attribute suppresses any warnings about non-exhaustive pattern
matches which would otherwise be emitted. For instance, no warnings
would be produced for the method definition below.