From 8a6ecec9f3ebe23941d4288357620a351559d570 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 11 Nov 2008 12:11:36 -0600 Subject: [PATCH] Fix broken link in ratios docs --- basis/math/ratios/ratios-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/math/ratios/ratios-docs.factor b/basis/math/ratios/ratios-docs.factor index 903017e371..7b6393dabe 100644 --- a/basis/math/ratios/ratios-docs.factor +++ b/basis/math/ratios/ratios-docs.factor @@ -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"