Skip to content

Commit

Permalink
khepri_bang: unwrapped_minimnal_ret() can be ok only
Browse files Browse the repository at this point in the history
[Why]
It can't have an error, that's the point of the bang functions.
  • Loading branch information
dumbbell committed Dec 12, 2024
1 parent 39a97d7 commit b1702bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/khepri_bang.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%% "Bang functions", mostly an Elixir convention.
%% -------------------------------------------------------------------

-type unwrapped_minimal_ret() :: khepri:minimal_ret().
-type unwrapped_minimal_ret() :: ok.

-type unwrapped_payload_ret(Default) :: khepri:data() |
horus:horus_fun() |
Expand Down

0 comments on commit b1702bb

Please sign in to comment.