diff options
| author | Szymon Bęczkowski <szymon.beczkowski@me.com> | 2023-08-31 09:52:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-31 09:52:12 +0200 |
| commit | 6b7db851e99120bb7295d285e061add4535fad82 (patch) | |
| tree | 75102a8aba81948796770204d49ec927df7655d1 | |
| parent | 5c1db0c4b8f6422d5dfaaf27b5a0342a78b4a2ce (diff) | |
Modify sqrt example (#2028)
| -rw-r--r-- | crates/typst-library/src/math/root.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/math/root.rs b/crates/typst-library/src/math/root.rs index 0cf5679a..b889f1cb 100644 --- a/crates/typst-library/src/math/root.rs +++ b/crates/typst-library/src/math/root.rs @@ -4,7 +4,7 @@ use super::*; /// /// ## Example { #example } /// ```example -/// $ sqrt(x^2) = x = sqrt(x)^2 $ +/// $ sqrt(3 - 2 sqrt(2)) = sqrt(2) - 1 $ /// ``` /// /// Display: Square Root |
