Skip to content

Commit

Permalink
[fix] [#1] [#2] Typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jan 4, 2024
1 parent 2dca1bf commit ae3cf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taoensso/tempel/impl.clj
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@

(defn as-symmetric-cipher-kit
"Returns `ISymmetricCipherKit` implementer, or throws.
Takes `sym-cipher-algo` ∈ #{:aes-gcm-<nbits>-v1 :aes-cbc-<nbits>-v1-deprecated :chacha20-poly1305}."
Takes `sym-cipher-algo` ∈ #{:aes-gcm-<nbits>-v1 :aes-cbc-<nbits>-v1-deprecated :chacha20-poly1305-v1}."
[sym-cipher-algo]
(if (keyword? sym-cipher-algo)
(case sym-cipher-algo
Expand Down

0 comments on commit ae3cf47

Please sign in to comment.