Use 'Script Style' in docs

This commit is contained in:
mkorje 2025-07-08 20:32:03 +10:00
parent edc26010bf
commit 4e57e8b425
No known key found for this signature in database

View File

@ -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,