]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/stack-checker/dependencies/dependencies-docs.factor
docs: Fix help-lint-all mistakes.
[factor.git] / basis / stack-checker / dependencies / dependencies-docs.factor
index d80880ad705e0388f79e2cb43536a59286165e5f..2f5167eb8a9420049c943434a2c391db32e353d2 100644 (file)
@@ -11,7 +11,7 @@ HELP: +definition+
 { $description "Word that indicates that the dependency is a definition dependency. It is a dependency among two words in which one word depends on the definition of the another. For example, if two words are defined as " { $snippet ": o ( -- ) i ;" } " and " { $snippet ": i ( -- ) ; inline" } ", then 'o' has a definition dependency to 'i' because 'i' is inline. If the definition of 'i' changes 'o' must be recompiled." } ;
 
 HELP: add-depends-on-class
-{ $values { "obj" classoid } }
+{ $values { "classoid" classoid } }
 { $description "Adds a " { $link +conditional+ } " dependency from the word to the classes mentioned in the classoid." } ;
 
 HELP: conditional-dependencies