Merge pull request #1732 from aarroyoc/docs-minor-fixes

Minor fixes to docs
This commit is contained in:
Mark Thom
2023-02-03 01:58:52 +01:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -600,6 +600,7 @@ write_term(Term, Options) :-
%% write_term(+Stream, +Term, +Options).
%
% Write Term to the stream Stream according to some output syntax options. The options avaibale are:
%
% * `ignore_ops(+Boolean)` if `true`, the generic term representation is used everywhere. In `false`
% (default), operators do not use that generic term representation.
% * `max_depth(+N)` if the term is nested deeper than N, print the reminder as ellipses.
@@ -2056,6 +2057,7 @@ stream_iter(S) :-
%
% For stream Stream, StreamProperty is a property that applies to that stream.
% StreamProperty can be one of the following:
%
% * `input` if stream is an input stream.
% * `output` if stream is an output stream.
% * `input_output` if stream is both an input and an output stream.