summaryrefslogtreecommitdiff
path: root/crates/typst-macros/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/typst-macros/src/lib.rs')
-rw-r--r--crates/typst-macros/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-macros/src/lib.rs b/crates/typst-macros/src/lib.rs
index f92230ef..35c48b4a 100644
--- a/crates/typst-macros/src/lib.rs
+++ b/crates/typst-macros/src/lib.rs
@@ -358,7 +358,7 @@ pub fn symbols(stream: BoundaryStream) -> BoundaryStream {
/// - `#[time(span = ..)]` to record the span, which will be used for the
/// `EventKey`.
///
-/// By default, all tracing is ommited using the `wasm32` target flag.
+/// By default, all tracing is omitted using the `wasm32` target flag.
/// This is done to avoid bloating the web app which doesn't need tracing.
///
/// ```ignore