diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-01-23 16:01:15 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-01-27 11:38:04 +0100 |
| commit | 33585d9a3fbab8a76d3fd8e9c2560f929202a518 (patch) | |
| tree | 30ca6e09c91539013dd9acc5684edc330d0c29ce /library/src/math/root.rs | |
| parent | 4653ffebb43d733a3cff873d0903c7d00aaeb499 (diff) | |
Small fixes
Diffstat (limited to 'library/src/math/root.rs')
| -rw-r--r-- | library/src/math/root.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/math/root.rs b/library/src/math/root.rs index 2efe4e07..10573066 100644 --- a/library/src/math/root.rs +++ b/library/src/math/root.rs @@ -37,7 +37,7 @@ impl LayoutMath for SqrtNode { /// /// ## Example /// ``` -/// $ radical(3, x) $ +/// $ root(3, x) $ /// ``` /// /// ## Parameters |
