Skip to content

Commit 4cd2955

Browse files
committed
Merge pull request #2 from dijkstracula/nathan/partial_fnarg_name
partial: function argument name
2 parents 01f6d28 + b102814 commit 4cd2955

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)