summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/text
diff options
context:
space:
mode:
authorKevin K. <xkeviota@gmail.com>2025-03-12 13:45:57 +0100
committerGitHub <noreply@github.com>2025-03-12 12:45:57 +0000
commit37bb632d2e9f1f779e15dd5c21ff1ceeadea4a17 (patch)
treec1ec1563387091050f7f94c67d3d65d52df9b984 /crates/typst-library/src/text
parent24b2f98bf9b8d7a8d8ad9f5f0585ab4317cd3666 (diff)
Fix missing words and paren in docs (#6046)
Diffstat (limited to 'crates/typst-library/src/text')
-rw-r--r--crates/typst-library/src/text/raw.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/text/raw.rs b/crates/typst-library/src/text/raw.rs
index 1ce8bfc6..d5c07424 100644
--- a/crates/typst-library/src/text/raw.rs
+++ b/crates/typst-library/src/text/raw.rs
@@ -188,7 +188,7 @@ pub struct RawElem {
/// - A path string to load a syntax file from the given path. For more
/// details about paths, see the [Paths section]($syntax/#paths).
/// - Raw bytes from which the syntax should be decoded.
- /// - An array where each item is one the above.
+ /// - An array where each item is one of the above.
///
/// ````example
/// #set raw(syntaxes: "SExpressions.sublime-syntax")