Skip to content

Commit 6bace09

Browse files
committed
Merge pull request #24 from codestergit/master
updated spelling mistake of instead
2 parents a3d6d34 + 549263d commit 6bace09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Pattern Matching.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ pattern-specific production. I believe it should be true that, in
732732
general, match patterns for a production accept a strict superset of
733733
valid expressions, so that (e.g.) we do not need to disambiguate
734734
whether an open paren starts a tuple expression or a tuple pattern,
735-
but can instaed just aggressively parse as a pattern. Note that
735+
but can instead just aggressively parse as a pattern. Note that
736736
binary operators can mean that, using this strategy, we sometimes have
737737
to retroactively rewrite a pattern as an expression.
738738

0 commit comments

Comments
 (0)