mirror of https://github.com/stelzo/typst.git
Fix typo (#3412)
This commit is contained in:
parent
8a2527788c
commit
fcf64d0ee0
|
|
@ -398,7 +398,7 @@ fn decode_utf8(buf: &[u8]) -> FileResult<&str> {
|
||||||
pub enum WorldCreationError {
|
pub enum WorldCreationError {
|
||||||
/// The input file does not appear to exist.
|
/// The input file does not appear to exist.
|
||||||
InputNotFound(PathBuf),
|
InputNotFound(PathBuf),
|
||||||
/// The input file is not contained withhin the root folder.
|
/// The input file is not contained within the root folder.
|
||||||
InputOutsideRoot,
|
InputOutsideRoot,
|
||||||
/// The root directory does not appear to exist.
|
/// The root directory does not appear to exist.
|
||||||
RootNotFound(PathBuf),
|
RootNotFound(PathBuf),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue