From 1e3fb8a2c0cca385d65c52679411b118b5fb4641 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Nov 2024 16:18:21 -0500 Subject: Rename "NULL" to "NONE" --- docs/paths.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/paths.md') diff --git a/docs/paths.md b/docs/paths.md index b2dfe384..f2b44522 100644 --- a/docs/paths.md +++ b/docs/paths.md @@ -495,7 +495,7 @@ raised. = "Hello" : Text? >> (./nosuchfile.xxx):read() -= NULL : Text? += NONE : Text? ``` --- @@ -524,7 +524,7 @@ returned. = [72[B], 101[B], 108[B], 108[B], 111[B]] : [Byte]? >> (./nosuchfile.xxx):read() -= NULL : [Byte]? += NONE : [Byte]? ``` --- -- cgit v1.2.3