We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829f258 commit fd1dcf7Copy full SHA for fd1dcf7
include/swift/AST/Decl.h
@@ -5235,7 +5235,7 @@ class VarDecl : public AbstractStorageDecl {
5235
///
5236
/// \code
5237
/// @Lazy var i = 17
5238
- /// \end
+ /// \endcode
5239
5240
/// Or when there is no initializer but each composed property wrapper has
5241
/// a suitable `init(wrappedValue:)`.
include/swift/AST/PropertyWrappers.h
@@ -141,7 +141,7 @@ struct PropertyWrapperBackingPropertyInfo {
141
142
143
144
145
146
/// This is the specified initial value (\c 17), which is suitable for
147
/// embedding in the expression \c initializeFromOriginal.
0 commit comments