Skip to content

Commit 9425343

Browse files
committed
Merge pull request #7 from bejar37/patch-1
FIX: Small misspelling
2 parents e458b67 + fcabac8 commit 9425343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0001-keywords-as-argument-labels.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ A second alternative is to focus on `in` itself, which is by far the
7878
most common keyword argument in imported APIs. In a brief survey of
7979
imported APIs, `in` accounted for 90% of the conflicts with existing
8080
keywords. Moreover, the keyword `in` is only used in two places in the
81-
Swift grammer--for loops and closures--so it could be made
81+
Swift grammar--for loops and closures--so it could be made
8282
context-sensitive. However, this solution is somewhat more complicated
8383
(because it requires more context-sensitive keyword parsing) and less
8484
general.

0 commit comments

Comments
 (0)