From c83ae69a702ae503fe6663b6333a55d1598bbf08 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sun, 3 Jul 2022 11:28:17 +0900 Subject: [PATCH] xml.errors: fix typo occured -> occurred --- basis/xml/errors/errors-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1