From b102814c028a07a8e9c05288ad31c436f8c967b6 Mon Sep 17 00:00:00 2001 From: Nathan Taylor Date: Sat, 18 Apr 2015 11:12:33 -0700 Subject: [PATCH] partial fn app question: unify fn arg name --- src/cljlab/functions.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ;;;