Skip to content

Commit

Permalink
Fix a docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodiologist committed Sep 18, 2024
1 parent 418f04d commit 7180c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyrule/argmove.hy
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ also known as arrow macros."
(defmacro doto [form #* expressions]

"As :hy:func:`->`, but instead of the return value of each expression being
passed to the next, a single object (obtained by evaluating the orignial
passed to the next, a single object (obtained by evaluating the original
first argument ``form``) is used every time. In other words, ::
(doto x (foo a b) (bar c d))
Expand Down

0 comments on commit 7180c75

Please sign in to comment.