]> Repositorios git - scryer-prolog.git/commitdiff
Ensure max_assoc/3 is shown as documented
authorJavier Sagredo <[email protected]>
Wed, 18 Dec 2024 00:02:45 +0000 (01:02 +0100)
committerJavier Sagredo <[email protected]>
Wed, 18 Dec 2024 00:02:45 +0000 (01:02 +0100)
src/lib/assoc.pl

index e32e7d8240fad469229c5a9c141a41ee2daf1887..14adf209c84fc4644e76ec512b53b6df195aa437 100644 (file)
@@ -299,7 +299,7 @@ map_assoc_(t(Key,Val,B,L0,R0), Pred, t(Key,Ans,B,L1,R1)) :-
     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.