summaryrefslogtreecommitdiff
path: root/13-user-defined-annotations.md
diff options
context:
space:
mode:
authorIain McGinniss <iainmcgin@gmail.com>2013-02-19 15:18:51 +0000
committerIain McGinniss <iainmcgin@gmail.com>2013-02-19 15:18:51 +0000
commitea177a215d2c8c445f611495918e598ed109d462 (patch)
tree701110d17010a6983b9514a3deed5a28ecd13eab /13-user-defined-annotations.md
parentcdaeb84fa1001f7b05e76950a11ac67e3cb2d148 (diff)
downloadscala-ea177a215d2c8c445f611495918e598ed109d462.tar.gz
scala-ea177a215d2c8c445f611495918e598ed109d462.tar.bz2
scala-ea177a215d2c8c445f611495918e598ed109d462.zip
fixed inline code block
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.