Skip to content

Commit f3d5d8c

Browse files
chars_to_stream/1 should be char_stream/1
1 parent 640f39e commit f3d5d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/charsio.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,10 @@
416416
must_be(chars, Chars),
417417
maplist(put_char(Stream), Chars).
418418

419-
%% chars_to_stream(-Stream)
419+
%% char_stream(-Stream)
420420
% Stream is a character stream.
421421

422-
chars_to_stream(Stream) :-
422+
char_stream(Stream) :-
423423
'$memory_stream'(Stream).
424424

425425
%% chars_to_stream(+Chars, -Stream) :-

0 commit comments

Comments
 (0)