Skip to content

Commit

Permalink
fix remaining use of declaration instead of directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Skgland committed Aug 5, 2024
1 parent 2d04c0d commit deed6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/machine/machine_errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ impl CompilationError {
functor!(atom!("inadmissible_query_term"))
}
CompilationError::InvalidDirective(_) => {
functor!(atom!("declaration_error"))
functor!(atom!("directive_error"))
}
CompilationError::InvalidMetaPredicateDecl => {
functor!(atom!("invalid_meta_predicate_decl"))
Expand Down

0 comments on commit deed6fb

Please sign in to comment.