Skip to content

Commit 96936b7

Browse files
authored
fix typo in ExplicitMemberExpression
1 parent 1a54be4 commit 96936b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/swift/ApplicationConfig.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rule ObjcSync {
1818
}
1919

2020
rule RTLSupport {
21-
Swift::ExplicitMemberExpresison where Member == "left"
21+
Swift::ExplicitMemberExpression where Member == "left"
2222
|| Member == "right"
2323
|| Member == "snp_left"
2424
|| Member == "snp_right"

0 commit comments

Comments
 (0)