Skip to content

Commit 549263d

Browse files
committed
updated spelling mistake of intead
Updated spelling of instaed to instead
1 parent 8d9ef80 commit 549263d

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)