Fix a few typos found by codespell (#11404)
## Summary Just fix typos. ## Test Plan CI jobs. --------- Co-authored-by: Dhruv Manilawala <dhruvmanila@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6ecb4776de
commit
3b0584449d
@@ -2326,7 +2326,7 @@ impl Ranged for ParsedExpr {
|
||||
/// See: <https://docs.python.org/3/reference/expressions.html#operator-precedence>
|
||||
#[derive(Debug, Ord, Eq, PartialEq, PartialOrd, Copy, Clone)]
|
||||
pub(super) enum OperatorPrecedence {
|
||||
/// The initital precedence when parsing an expression.
|
||||
/// The initial precedence when parsing an expression.
|
||||
Initial,
|
||||
/// Precedence of boolean `or` operator.
|
||||
Or,
|
||||
|
||||
Reference in New Issue
Block a user