From 676624593ac4ddd55a5a78fca4a2085e27aa05e2 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Sat, 27 Feb 2016 11:30:02 +0100 Subject: Fix bold text in reflect API for 2.11.x Same as #4999 --- src/reflect/scala/reflect/api/Internals.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reflect/scala/reflect/api/Internals.scala b/src/reflect/scala/reflect/api/Internals.scala index 1457fdc133..f57d7efa00 100644 --- a/src/reflect/scala/reflect/api/Internals.scala +++ b/src/reflect/scala/reflect/api/Internals.scala @@ -939,7 +939,7 @@ trait Internals { self: Universe => /** Marks underlying reference to id as boxed. * - * Precondition:<\b> id must refer to a captured variable + * Precondition: id must refer to a captured variable * A reference such marked will refer to the boxed entity, no dereferencing * with `.elem` is done on it. * This tree node can be emitted by macros such as reify that call referenceCapturedVariable. -- cgit v1.2.3