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.
2 parents 7a4de5b + 203dd7f commit 7fad5b8Copy full SHA for 7fad5b8
include/swift/AST/Expr.h
@@ -103,7 +103,7 @@ enum class AccessSemantics : unsigned char {
103
/// non-polymorphic access to the getter/setter accessors.
104
DirectToAccessor,
105
106
- /// On a property or subscript reference, this is a access to a property
+ /// On a property or subscript reference, this is an access to a property
107
/// behavior that may be an initialization. Reads always go through the
108
/// 'get' accessor on the property. Writes may go through the 'init' or
109
/// 'set' logic of the behavior based on its initialization state.
0 commit comments