mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
expr: Fix a warning in the doc generation (#2900)
``` warning: this URL is not a hyperlink ```
This commit is contained in:
parent
c4a74c2231
commit
8c298e97a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
//! * `<https://en.wikipedia.org/wiki/Shunting-yard_algorithm>`
|
||||
//!
|
||||
|
||||
// spell-checker:ignore (ToDO) binop binops ints paren prec
|
||||
|
|
Loading…
Reference in a new issue