]> gitweb.factorcode.org Git - factor.git/commitdiff
xml.errors: fix typo
authorIkko Ashimine <eltociear@gmail.com>
Sun, 3 Jul 2022 02:28:17 +0000 (11:28 +0900)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 31 Jul 2022 02:25:44 +0000 (19:25 -0700)
occured -> occurred

basis/xml/errors/errors-docs.factor

index 61049d5037003ef6d5292f2396b5bd90041232d6..2c3497a4f97bba6887859a33a557380eedec0dd2 100644 (file)
@@ -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<main-tag/>" } ;
 
 HELP: bad-name