Correct skip operator comment.

main
Edward L Platt 5 years ago
parent 6028cafaef
commit 7772221c13

@ -53,7 +53,7 @@
;; Skip operators are used to generate the graph edges. ;; Skip operators are used to generate the graph edges.
;; ;;
;; Params: ;; Params:
;; i: Results in an operator acting on the lowest i digits. ;; i: Results in an operator acting on digits 0 to i.
;; ;;
;; Example: ;; Example:
;; > ((skip-sylvester-radix 2) '(0 0 0)) ;; > ((skip-sylvester-radix 2) '(0 0 0))

Loading…
Cancel
Save