]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix broken link in ratios docs
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 11 Nov 2008 18:11:36 +0000 (12:11 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 11 Nov 2008 18:11:36 +0000 (12:11 -0600)
basis/math/ratios/ratios-docs.factor

index 903017e371dbcd0b9a516890b105d743089125a5..7b6393dabe06f9a1939f48f2d73e4901ee3db6cb 100644 (file)
@@ -1,5 +1,5 @@
 USING: help.markup help.syntax math math.private
-math.ratios.private ;
+math.ratios.private math.functions ;
 IN: math.ratios
 
 ARTICLE: "rationals" "Rational numbers"