Fix typo in module docs (#6146)
Co-authored-by: Alberto Corbi <alberto_corbi@icloud.com>
This commit is contained in:
parent
d55abf0842
commit
14928ef962
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue