From 7772221c1327ccb4a8da9963d7f60742c36d9f06 Mon Sep 17 00:00:00 2001 From: Edward L Platt Date: Tue, 20 Aug 2019 15:44:36 -0400 Subject: [PATCH] Correct skip operator comment. --- network.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network.rkt b/network.rkt index bb9960a..7ab5d18 100644 --- a/network.rkt +++ b/network.rkt @@ -53,7 +53,7 @@ ;; Skip operators are used to generate the graph edges. ;; ;; Params: - ;; i: Results in an operator acting on the lowest i digits. + ;; i: Results in an operator acting on digits 0 to i. ;; ;; Example: ;; > ((skip-sylvester-radix 2) '(0 0 0))