|
|
@@ -185,7 +185,7 @@ operator to the other, precedences monotonically increase, so by transitivity of
|
|
|
the precedence partial ordering, the ancestor operator has lower precedence than
|
|
|
the descendent operator.
|
|
|
|
|
|
-An operator precedence parser with a partial ordering of predecence levels
|
|
|
+An operator precedence parser with a partial ordering of precedence levels
|
|
|
[has been implemented](https://github.com/carbon-language/carbon-lang/commit/b8afadb3c6af5e68192d585232fee759180ea1e3)
|
|
|
as a proof-of-concept in the Carbon toolchain.
|
|
|
|