Skip to content

Commit b102814

Browse files
author
Nathan Taylor
committed
partial fn app question: unify fn arg name
1 parent 01f6d28 commit b102814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljlab/functions.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ vector
522522
;;;
523523
;;; Define a function `one-less-arg` that takes two arguments:
524524
;;; * `f`, a function
525-
;;; * `v`, a value
525+
;;; * `x`, a value
526526
;;;
527527
;;; and returns another function which calls `f` on `x` plus any additional arguments.
528528
;;;

0 commit comments

Comments
 (0)