Skip to content

Commit

Permalink
Merge pull request #2717 from jasagredo/js/small-doc
Browse files Browse the repository at this point in the history
Ensure max_assoc/3 is shown as documented
  • Loading branch information
mthom authored Dec 21, 2024
2 parents 555dff5 + 75ac3ff commit e01a4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/assoc.pl
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
map_assoc_(R0, Pred, R1).


%% max_assoc(+Assoc, -Key, -Value) is semidet.
%% max_assoc(+Assoc, -Key, -Value) is semidet.
%
% True if Key-Value is in Assoc and Key is the largest key.

Expand Down

0 comments on commit e01a4cd

Please sign in to comment.