From 020294fca9a7065d4b9cf4e677f606ebaaa29b00 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 13 Apr 2024 10:39:45 +0200 Subject: Better test runner (#3922) --- crates/typst-cli/src/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/typst-cli') diff --git a/crates/typst-cli/src/world.rs b/crates/typst-cli/src/world.rs index 99da838c..5b4259f4 100644 --- a/crates/typst-cli/src/world.rs +++ b/crates/typst-cli/src/world.rs @@ -241,7 +241,7 @@ struct FileSlot { } impl FileSlot { - /// Create a new path slot. + /// Create a new file slot. fn new(id: FileId) -> Self { Self { id, file: SlotCell::new(), source: SlotCell::new() } } -- cgit v1.2.3