Skip to content

Commit eab6579

Browse files
committed
Swift: sync files
1 parent f4d1e1c commit eab6579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/ql/test/library-tests/ast/declarations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ struct HasPropertyAndObserver {
8686
}
8787
}
8888

89-
// A field can be marked as read-only by dirctly implementing
89+
// A field can be marked as read-only by directly implementing
9090
// the getter between the braces.
9191
var readOnlyField1: Int {
9292
return 0

0 commit comments

Comments
 (0)