From 4e57e8b425dc4a423de9e3b3d2c4157d7ffe2530 Mon Sep 17 00:00:00 2001 From: mkorje Date: Tue, 8 Jul 2025 20:32:03 +1000 Subject: [PATCH] Use 'Script Style' in docs --- crates/typst-library/src/math/style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-library/src/math/style.rs b/crates/typst-library/src/math/style.rs index 51698de83..6a85fd123 100644 --- a/crates/typst-library/src/math/style.rs +++ b/crates/typst-library/src/math/style.rs @@ -106,7 +106,7 @@ pub fn cal( /// /// (The box is not conceptually necessary, but unfortunately currently needed /// due to limitations in Typst's text style handling in math.) -#[func(title = "Script", keywords = ["mathscr", "roundhand"])] +#[func(title = "Script Style", keywords = ["mathscr", "roundhand"])] pub fn scr( /// The content to style. body: Content,