summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/model
diff options
context:
space:
mode:
authorAndrew Voynov <37143421+Andrew15-5@users.noreply.github.com>2025-06-11 13:04:10 +0300
committerGitHub <noreply@github.com>2025-06-11 10:04:10 +0000
commit71032c83499e15103ee733619d472fdd354fbdf5 (patch)
tree2eb3772e49c21edd0b63b2c2dd564051b80ca422 /crates/typst-library/src/model
parent3a6d5fd6b21c85fa100d7fc1e7508ee4b484d99c (diff)
List both YAML file extensions in bibliography docs (#6426)
Diffstat (limited to 'crates/typst-library/src/model')
-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 2a80f67d..a85efc81 100644
--- a/crates/typst-library/src/model/bibliography.rs
+++ b/crates/typst-library/src/model/bibliography.rs
@@ -51,8 +51,8 @@ use crate::World;
/// You can create a new bibliography by calling this function with a path
/// to a bibliography file in either one of two formats:
///
-/// - A Hayagriva `.yml` file. Hayagriva is a new bibliography file format
-/// designed for use with Typst. Visit its
+/// - A Hayagriva `.yaml`/`.yml` file. Hayagriva is a new bibliography
+/// file format designed for use with Typst. Visit its
/// [documentation](https://github.com/typst/hayagriva/blob/main/docs/file-format.md)
/// for more details.
/// - A BibLaTeX `.bib` file.