]> Repositorios git - scryer-prolog.git/commitdiff
Update builtins.pl
authorJason Hemann <[email protected]>
Wed, 11 Dec 2024 10:46:28 +0000 (05:46 -0500)
committerGitHub <[email protected]>
Wed, 11 Dec 2024 10:46:28 +0000 (05:46 -0500)
Simplifying docstring.

src/lib/builtins.pl

index e2513cc4089e53db88a16b3b05d0c505d0a510cf..aecfb5729d356cf1c04b744313edbaff01800e4d 100644 (file)
@@ -768,8 +768,7 @@ read(Term) :-
 
 %% read(+Stream, -Term).
 %
-% Read Term from the stream Stream with default options. **NOTE** This is not a general predicate
-% to read input from a file or the user. Use other predicates like `phrase_from_file/2` for that.
+% Same as read_term/3 with all default options.
 read(Stream, Term) :-
     read_term(Stream, Term, []).