summaryrefslogtreecommitdiff
path: root/crates/typst-library
diff options
context:
space:
mode:
authorAndrew Voynov <37143421+Andrew15-5@users.noreply.github.com>2025-06-24 13:22:55 +0300
committerGitHub <noreply@github.com>2025-06-24 10:22:55 +0000
commit87c56865606e027f552a4dbc800c6851b0d0b821 (patch)
tree568ac4466db674e43d76672bd93ca8d40d398179 /crates/typst-library
parent899de6d5d501c6aed04897d425dd3615e745743e (diff)
Add docs for `std` module (#6407)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'crates/typst-library')
-rw-r--r--crates/typst-library/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/lib.rs b/crates/typst-library/src/lib.rs
index c39024f7..fa797788 100644
--- a/crates/typst-library/src/lib.rs
+++ b/crates/typst-library/src/lib.rs
@@ -148,7 +148,7 @@ pub struct Library {
/// The default style properties (for page size, font selection, and
/// everything else configurable via set and show rules).
pub styles: Styles,
- /// The standard library as a value. Used to provide the `std` variable.
+ /// The standard library as a value. Used to provide the `std` module.
pub std: Binding,
/// In-development features that were enabled.
pub features: Features,