diff options
| author | Martin Haug <mhaug@live.de> | 2023-01-29 12:43:44 +0100 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2023-01-29 12:43:44 +0100 |
| commit | 8fbfa594e072aba384becaf5f4bd358bcc2ebc68 (patch) | |
| tree | 4ace0ac099e3767afbaca3951c314a05ca823e59 /library/src/math/lr.rs | |
| parent | 83b28e99aed4a168238148a56a5fe2e0bc91d01f (diff) | |
Update docs so that the reference builds again
Diffstat (limited to 'library/src/math/lr.rs')
| -rw-r--r-- | library/src/math/lr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/math/lr.rs b/library/src/math/lr.rs index a33810df..30ff532a 100644 --- a/library/src/math/lr.rs +++ b/library/src/math/lr.rs @@ -12,7 +12,7 @@ pub(super) const DELIM_SHORT_FALL: Em = Em::new(0.1); /// ## Example /// ``` /// $ lr(]a, b/2]) $ -/// $ lr(]sum_(x=1)^n] x, #size: 50%) $ +/// $ lr(]sum_(x=1)^n] x, size: #50%) $ /// ``` /// /// ## Parameters |
