stdlib: doc comment: use monospaced font for code

rdar://20843980

Swift SVN r28255
This commit is contained in:
Dmitri Hrybenko
2015-05-07 04:59:50 +00:00
parent 50ccf825f2
commit d938b93e48

View File

@@ -14,7 +14,7 @@
/// magic). /// magic).
/// ///
/// The compiler has special knowledge of the existence of /// The compiler has special knowledge of the existence of
/// ImplicitlyUnwrappedOptional<T>, but always interacts with it using the /// `ImplicitlyUnwrappedOptional<T>`, but always interacts with it using the
/// library intrinsics below. /// library intrinsics below.
public enum ImplicitlyUnwrappedOptional<T> public enum ImplicitlyUnwrappedOptional<T>
: Reflectable, NilLiteralConvertible { : Reflectable, NilLiteralConvertible {