summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/typst-library/src/math/root.rs2
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