From 548c18225a625caabe476e601eee09b6bd700bda Mon Sep 17 00:00:00 2001 From: djds Date: Fri, 28 Oct 2022 18:46:24 +0000 Subject: [PATCH] [doc] Fix typo in vterminal :doc --- src/clj/com/rpl/specter.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clj/com/rpl/specter.cljc b/src/clj/com/rpl/specter.cljc index e031ed3..52c69d3 100644 --- a/src/clj/com/rpl/specter.cljc +++ b/src/clj/com/rpl/specter.cljc @@ -697,7 +697,7 @@ ^{:doc "Defines an endpoint in the navigation the transform function run.The transform function works differently than it does in `transform`. Rather than receive collected vals spliced in as the first arguments to the function, this function - always takes two arguemnts. The first is all collected vals in a vector, and + always takes two arguments. The first is all collected vals in a vector, and the second is the navigated value."} vterminal (richnav [afn]