Skip to content

Commit

Permalink
Fix backtick typo in khepri:transaction/5 edoc
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Sep 23, 2024
1 parent 5c70d55 commit b113424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/khepri.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3369,7 +3369,7 @@ transaction(FunOrPath, Args, ReadWrite, Options)
%% as its arguments. In other words, the length of `Args' must correspond to
%% the arity of `Fun'.
%%
%% Instead of `Fun', `PathPattern` can be passed. It must point to an existing
%% Instead of `Fun', `PathPattern' can be passed. It must point to an existing
%% stored procedure. The length to `Args' must correspond to the arity of that
%% stored procedure.
%%
Expand Down

0 comments on commit b113424

Please sign in to comment.