]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/cfg-docs.factor
fix some typos in docs.
[factor.git] / basis / compiler / cfg / cfg-docs.factor
index 4586423d426f31b8642ad0ef6ecd2c2e0ef79a61..205faec44606c8dd709792c4b4121827cd59481c 100644 (file)
@@ -46,7 +46,7 @@ HELP: basic-block
     }
   }
 }
-{ $notes "A basic-block is an " { $link identity-tuple } " becase it is used as a hash table key by the compiler." } ;
+{ $notes "A basic-block is an " { $link identity-tuple } " because it is used as a hash table key by the compiler." } ;
 
 HELP: <basic-block>
 { $values { "bb" basic-block } }