Skip to content

Commit fd1dcf7

Browse files
committed
[NFC] Correct code blocks in property wrapper doc comments
1 parent 829f258 commit fd1dcf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/swift/AST/Decl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5235,7 +5235,7 @@ class VarDecl : public AbstractStorageDecl {
52355235
///
52365236
/// \code
52375237
/// @Lazy var i = 17
5238-
/// \end
5238+
/// \endcode
52395239
///
52405240
/// Or when there is no initializer but each composed property wrapper has
52415241
/// a suitable `init(wrappedValue:)`.

include/swift/AST/PropertyWrappers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ struct PropertyWrapperBackingPropertyInfo {
141141
///
142142
/// \code
143143
/// @Lazy var i = 17
144-
/// \end
144+
/// \endcode
145145
///
146146
/// This is the specified initial value (\c 17), which is suitable for
147147
/// embedding in the expression \c initializeFromOriginal.

0 commit comments

Comments
 (0)