Skip to content

Commit

Permalink
Forgot to use a trailing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Mar 28, 2024
1 parent f3055b3 commit 0a588e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/demo-atomese/storage.dict
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
% selected randomly, to not exceed this limit. The selection is applied
% after the above cost-max limit, and after some pre-pruning that avoids
% the selection of disjuncts that cannot possibly be used.
#define max-disjuncts 75000
#define max-disjuncts 75000;

% -----------------------
% If disjuncts are not directly available, they can be created on the
Expand Down

0 comments on commit 0a588e9

Please sign in to comment.