From ebc82f18e42e7dec2054832eaaf6daaa99c3c02c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 31 Oct 1998 19:07:03 +0100 Subject: [PATCH] Fixed typo. Rev: tutorial/tutorial.wmml:1.96 --- tutorial/tutorial.wmml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial/tutorial.wmml b/tutorial/tutorial.wmml index c94ebf28c7..8deb877041 100644 --- a/tutorial/tutorial.wmml +++ b/tutorial/tutorial.wmml @@ -3706,7 +3706,7 @@ transfer speed when it does. </method> -<-- FIXME: Update to out-of-band data --> +<!-- FIXME: Update to out-of-band data --> <method name=set_nonblocking title="make stream nonblocking"> <man_syntax> void set_nonblocking(function read_callback,<br> @@ -12200,7 +12200,7 @@ Throws an error if characters not legal in an UTF16 stream are encountered. Valid characters are in the range 0x00000 - 0x10ffff, except for characters 0xfffe and 0xffff. <p> -Characters outside in range 0x010000 - 0x10ffff are encoded using surrogates. +Characters in range 0x010000 - 0x10ffff are encoded using surrogates. </man_description> <man_note> This function is only available in Pike 0.6.105 and later. -- GitLab