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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
//! //!
//! Here we employ shunting-yard algorithm for building AST from tokens according to operators' precedence and associative-ness. //! 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 // spell-checker:ignore (ToDO) binop binops ints paren prec