From 14f56fbc88d6a5667fab0a232867407aa72a876d 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 9c575699ea..7f0a9b590d 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>>,