Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
opps
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Aug 7, 2023
1 parent 1a0ce40 commit 058d010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classic/clvm_tools/clvmc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ pub fn detect_modern(allocator: &mut Allocator, sexp: NodePtr) -> AcceptedDialec
}

if let Some(dialect) = include_dialect(allocator, &dialects, &e) {
// We found a sigl.
// We found a sigil.
result.stepping = Some(dialect);
break;
}
Expand Down

0 comments on commit 058d010

Please sign in to comment.