From: Ikko Ashimine Date: Sun, 3 Jul 2022 02:28:17 +0000 (+0900) Subject: xml.errors: fix typo X-Git-Tag: 0.99~1316 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=c83ae69a702ae503fe6663b6333a55d1598bbf08 xml.errors: fix typo occured -> occurred --- diff --git a/basis/xml/errors/errors-docs.factor b/basis/xml/errors/errors-docs.factor index 61049d5037..2c3497a4f9 100644 --- a/basis/xml/errors/errors-docs.factor +++ b/basis/xml/errors/errors-docs.factor @@ -47,7 +47,7 @@ HELP: no-entity HELP: pre/post-content -{ $class-description "Describes the error where a non-whitespace string is used before or after the main tag in an XML document. Contains two slots: " { $snippet "string" } " contains the offending string, and " { $snippet "pre?" } " is " { $snippet "t" } " if it occured before the main tag and " { $snippet "f" } " if it occured after." } +{ $class-description "Describes the error where a non-whitespace string is used before or after the main tag in an XML document. Contains two slots: " { $snippet "string" } " contains the offending string, and " { $snippet "pre?" } " is " { $snippet "t" } " if it occurred before the main tag and " { $snippet "f" } " if it occurred after." } { $xml-error "hello\n" } ; HELP: bad-name