From 58d7abb9afa53fd103e2af3ae345e6e30271d713 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sun, 10 Sep 2023 11:31:36 -0700 Subject: [PATCH] Fix mistakes in Blurb language description "data" has a "type" parameter to indicate the format, here it was mistakenly named "format". Also fix a nearby typo. --- inblorb/Manual/The Blurb Language.w | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inblorb/Manual/The Blurb Language.w b/inblorb/Manual/The Blurb Language.w index d9559f615..b14efe784 100755 --- a/inblorb/Manual/The Blurb Language.w +++ b/inblorb/Manual/The Blurb Language.w @@ -307,14 +307,14 @@ specifies that this is the cover art; it must also be declared with a @ Fourth, a command for adding static internal data files: = (text as Blurb) - data format + data type = Tells us to take the given data file and embed it into the blorb so that its contents can be read whenever the story is played. The "format" here can be either |TEXT| or |BINA|, meaning plain text or binary data. Exactly what |TEXT| means will depend on how the story file wants to read -the file, but the convention used by Inform is that it should be UTF-8 plaib +the file, but the convention used by Inform is that it should be UTF-8 plain text with Unix line breaks. Similarly, by |BINA| Inform understands a sequence of big-endian four-byte