Skip to content

Commit

Permalink
Fix msg
Browse files Browse the repository at this point in the history
  • Loading branch information
neunenak committed Jul 1, 2023
1 parent 4370eef commit 2e077a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/justfile.rs
Original file line number Diff line number Diff line change
@@ -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>>,
Expand Down

0 comments on commit 2e077a7

Please sign in to comment.