expr: Fix a warning in the doc generation (#2900)

```
warning: this URL is not a hyperlink
```
This commit is contained in:
Sylvestre Ledru
2022-01-21 23:14:05 +01:00
committed by GitHub
parent c4a74c2231
commit 8c298e97a5
+1 -1
View File
@@ -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