From 2e077a72bfb78c333af882b34a391faf0cdfd8aa Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Tue, 27 Jun 2023 00:40:43 -0700 Subject: [PATCH] Fix msg --- src/justfile.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/justfile.rs b/src/justfile.rs index ab499d17b1..4d148236a0 100644 --- a/src/justfile.rs +++ b/src/justfile.rs @@ -1,7 +1,7 @@ use {super::*, serde::Serialize}; ///The `Justfile` type represents a single compiled justfile. A justfile with includes may -///reference other `Justfile` values in the same `CompilationUnit`. +///reference other `Justfile` values in the same `Compilation`. #[derive(Debug, PartialEq, Serialize)] pub(crate) struct Justfile<'src> { pub(crate) aliases: Table<'src, Alias<'src>>,