mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
expr: Fix a warning in the doc generation (#2900)
``` warning: this URL is not a hyperlink ```
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user