]> Repositorios git - scryer-prolog.git/commitdiff
atom --> string
authorMarkus Triska <[email protected]>
Thu, 2 Jan 2025 17:30:29 +0000 (18:30 +0100)
committerMarkus Triska <[email protected]>
Thu, 2 Jan 2025 17:30:29 +0000 (18:30 +0100)
src/lib/crypto.pl

index 1df4a411e8c9d55051587697026cfe96188c8afa..ab98b78b366a073bb6b5b4c2276fb47e621fa523 100644 (file)
@@ -1,5 +1,5 @@
 /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-   Written 2020-2024 by Markus Triska ([email protected])
+   Written 2020-2025 by Markus Triska ([email protected])
    Part of Scryer Prolog.
 
 /** Predicates for cryptographic applications.
@@ -439,7 +439,7 @@ dollar_segments(Ls, Segments) :-
 %  storing passwords, store these hashes. Later, you can verify the
 %  validity of a password with `crypto_password_hash/2`, comparing the
 %  then entered password to the stored hash. If you need to export this
-%  atom, you should treat it as opaque ASCII data with up to 255 bytes
+%  string, you should treat it as opaque ASCII data with up to 255 bytes
 %  of length. The maximal length may increase in the future.
 %
 %  Admissible options are: