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 10e750f commit 203dd7fCopy full SHA for 203dd7f
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