From d938b93e4810702934d4b51a86ae6e0fe6db26e3 Mon Sep 17 00:00:00 2001 From: Dmitri Hrybenko Date: Thu, 7 May 2015 04:59:50 +0000 Subject: [PATCH] stdlib: doc comment: use monospaced font for code rdar://20843980 Swift SVN r28255 --- stdlib/public/core/ImplicitlyUnwrappedOptional.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/public/core/ImplicitlyUnwrappedOptional.swift b/stdlib/public/core/ImplicitlyUnwrappedOptional.swift index ebbd0aeeef6..a83c7d02a29 100644 --- a/stdlib/public/core/ImplicitlyUnwrappedOptional.swift +++ b/stdlib/public/core/ImplicitlyUnwrappedOptional.swift @@ -14,7 +14,7 @@ /// magic). /// /// The compiler has special knowledge of the existence of -/// ImplicitlyUnwrappedOptional, but always interacts with it using the +/// `ImplicitlyUnwrappedOptional`, but always interacts with it using the /// library intrinsics below. public enum ImplicitlyUnwrappedOptional : Reflectable, NilLiteralConvertible {