From 178701f11742348e1ee825730675d262d91373a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Lindqvist?= Date: Wed, 5 Jul 2017 11:55:30 +0200 Subject: [PATCH] compiler.crossref: stray char broke bootstrap, sorry --- basis/compiler/crossref/crossref-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/compiler/crossref/crossref-docs.factor b/basis/compiler/crossref/crossref-docs.factor index 578f182dbc..80bfbc41ed 100644 --- a/basis/compiler/crossref/crossref-docs.factor +++ b/basis/compiler/crossref/crossref-docs.factor @@ -25,6 +25,6 @@ HELP: store-dependencies { $description "Stores the dependencies in 'assoc' in the word attribute \"dependencies\"." } ; ARTICLE: "compiler.crossref" "Crossreferencing word dependencies." -"A vocab that keeps track on how words depends on each other and their dependence types." ;o +"A vocab that keeps track on how words depends on each other and their dependence types." ; ABOUT: "compiler.crossref"