summaryrefslogtreecommitdiff
path: root/crates/typst-macros
diff options
context:
space:
mode:
authorgeekvest <126322776+geekvest@users.noreply.github.com>2024-03-03 22:50:19 +0800
committerGitHub <noreply@github.com>2024-03-03 14:50:19 +0000
commit098ef5acbb91723c4c806b23e5e5d85523fc88aa (patch)
tree164809b1b3d23bdd5ef5b867b6a22673919648c0 /crates/typst-macros
parent4f1d97253d32bc486cde25ee8d1149acdee4fb5f (diff)
Fix some comments (#3541)
Signed-off-by: geekvest <cuimoman@sohu.com>
Diffstat (limited to 'crates/typst-macros')
-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