diff --git a/src/uu/expr/src/syntax_tree.rs b/src/uu/expr/src/syntax_tree.rs index ff49ea57e..dd90fd0aa 100644 --- a/src/uu/expr/src/syntax_tree.rs +++ b/src/uu/expr/src/syntax_tree.rs @@ -7,7 +7,7 @@ //! //! Here we employ shunting-yard algorithm for building AST from tokens according to operators' precedence and associative-ness. -//! * https://en.wikipedia.org/wiki/Shunting-yard_algorithm +//! * `` //! // spell-checker:ignore (ToDO) binop binops ints paren prec