1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-29 05:24:57 +03:00

Update comment in Phrase Definitions.w

Trivial typo fix.
This commit is contained in:
BorisTheBrave 2022-04-28 23:26:47 +01:00 committed by GitHub
parent c4bc6cd4ca
commit 8d0fbdcb02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ to the value used by the code causing compilation. For example, if the code
to be compiled is "say 17 in words" then |{something}| here would expand to
the constant 17. The definition for "To say (val)" is much more complex than
I6 notation could convey, and so a more complex escape notation is needed,
|{-say:val:K}|, which tells Inform o compile code which will say |val| with
|{-say:val:K}|, which tells Inform to compile code which will say |val| with
whatever method is appropriate to its kind |K|. For documentation on these
escape notations, see the core Inform source code.