Skip to content

Commit 7fad5b8

Browse files
Merge pull request #3029 from practicalswift/typos-20160615
[gardening] Fix recently introduced typo.
2 parents 7a4de5b + 203dd7f commit 7fad5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Expr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ enum class AccessSemantics : unsigned char {
103103
/// non-polymorphic access to the getter/setter accessors.
104104
DirectToAccessor,
105105

106-
/// On a property or subscript reference, this is a access to a property
106+
/// On a property or subscript reference, this is an access to a property
107107
/// behavior that may be an initialization. Reads always go through the
108108
/// 'get' accessor on the property. Writes may go through the 'init' or
109109
/// 'set' logic of the behavior based on its initialization state.

0 commit comments

Comments
 (0)