Skip to content

Commit

Permalink
typos (fix #115)
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Oct 28, 2021
1 parent eb865f8 commit 9b71426
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/builtin.elpi
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ external pred random.int i:int, o:int.
% Conventions:
% - all predicates declare a mode with some input arguments, unless...
% - predicates whose name ends with R are relations (work in any direction,
% that is all arguments are in ouput mode)
% that is all arguments are in output mode)
% - predicates whose name ends with ! do contain a cut and generate only the
% first result
% - all errors given by this library end up calling fatal-error[-w-data],
Expand Down
2 changes: 1 addition & 1 deletion src/builtin_stdlib.elpi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% Conventions:
% - all predicates declare a mode with some input arguments, unless...
% - predicates whose name ends with R are relations (work in any direction,
% that is all arguments are in ouput mode)
% that is all arguments are in output mode)
% - predicates whose name ends with ! do contain a cut and generate only the
% first result
% - all errors given by this library end up calling fatal-error[-w-data],
Expand Down

0 comments on commit 9b71426

Please sign in to comment.