From ea177a215d2c8c445f611495918e598ed109d462 Mon Sep 17 00:00:00 2001 From: Iain McGinniss Date: Tue, 19 Feb 2013 15:18:51 +0000 Subject: fixed inline code block --- 13-user-defined-annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '13-user-defined-annotations.md') 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. -- cgit v1.2.3