diff --git a/src/cljlab/functions.clj b/src/cljlab/functions.clj index c5547fc..6d92576 100644 --- a/src/cljlab/functions.clj +++ b/src/cljlab/functions.clj @@ -522,7 +522,7 @@ vector ;;; ;;; Define a function `one-less-arg` that takes two arguments: ;;; * `f`, a function -;;; * `v`, a value +;;; * `x`, a value ;;; ;;; and returns another function which calls `f` on `x` plus any additional arguments. ;;;