Fix typo in module docs (#6146)

Co-authored-by: Alberto Corbi <alberto_corbi@icloud.com>
This commit is contained in:
Andrew Voynov 2025-04-07 20:47:29 +03:00 committed by GitHub
parent d55abf0842
commit 14928ef962
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ use typst_syntax::FileId;
use crate::diag::{bail, DeprecationSink, StrResult}; use crate::diag::{bail, DeprecationSink, StrResult};
use crate::foundations::{repr, ty, Content, Scope, Value}; use crate::foundations::{repr, ty, Content, Scope, Value};
/// An module of definitions. /// A module of definitions.
/// ///
/// A module /// A module
/// - be built-in /// - be built-in