diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-29 23:15:00 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-29 23:15:00 +0100 |
| commit | 196d9594fbb88985dbf61c146a82b8299bb5fd2e (patch) | |
| tree | ac60b464cefcce93b111067e189becd0873e7165 /library/src/math/lr.rs | |
| parent | d9d2c021d62abb4fe6d12b994334bd211e462cde (diff) | |
Math documentation improvements
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 2eb567b9..cdd5718c 100644 --- a/library/src/math/lr.rs +++ b/library/src/math/lr.rs @@ -3,7 +3,7 @@ use super::*; /// How much less high scaled delimiters can be than what they wrap. pub(super) const DELIM_SHORT_FALL: Em = Em::new(0.1); -/// # Left-Right +/// # Left/Right /// Scales delimiters. /// /// While matched delimiters scale by default, this can be used to scale |
