From 6b7db851e99120bb7295d285e061add4535fad82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20B=C4=99czkowski?= Date: Thu, 31 Aug 2023 09:52:12 +0200 Subject: [PATCH] Modify sqrt example (#2028) --- crates/typst-library/src/math/root.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-library/src/math/root.rs b/crates/typst-library/src/math/root.rs index 0cf5679a7..b889f1cb0 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