]> Repositorios git - scryer-prolog.git/commitdiff
reflect determinism improvement thanks to the latest changes
authorMarkus Triska <[email protected]>
Wed, 23 Dec 2020 17:06:35 +0000 (18:06 +0100)
committerMarkus Triska <[email protected]>
Wed, 23 Dec 2020 17:06:35 +0000 (18:06 +0100)
src/lib/http/http_open.pl

index fc6304c79734815248dfbfc6f0dd26d4b13fc96c..e28a2a70794b32f15c78a25ea720f85e56a1d988 100644 (file)
@@ -17,8 +17,7 @@
    Example:
 
        ?- http_open("https://github.com/mthom/scryer-prolog", S, []).
-       %@    S = '$stream'(0x7f86f94a6cd0)
-       %@ ;  false.
+       %@    S = '$stream'(0x7fcfc9e00f00).
 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */