summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/typst-library/src/model/bibliography.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/typst-library/src/model/bibliography.rs b/crates/typst-library/src/model/bibliography.rs
index 7bfacfc6..8056d4ab 100644
--- a/crates/typst-library/src/model/bibliography.rs
+++ b/crates/typst-library/src/model/bibliography.rs
@@ -90,7 +90,7 @@ use crate::World;
/// ```
#[elem(Locatable, Synthesize, Show, ShowSet, LocalName)]
pub struct BibliographyElem {
- /// One or multiple paths to or raw bytes for Hayagriva `.yml` and/or
+ /// One or multiple paths to or raw bytes for Hayagriva `.yaml` and/or
/// BibLaTeX `.bib` files.
///
/// This can be a:
@@ -385,7 +385,7 @@ fn decode_library(loaded: &Loaded) -> SourceResult<Library> {
.within(loaded),
_ => bail!(
loaded.source.span,
- "unknown bibliography format (must be .yml/.yaml or .bib)"
+ "unknown bibliography format (must be .yaml/.yml or .bib)"
),
}
} else {