Skip to content

Commit

Permalink
fix a type spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Nov 27, 2024
1 parent 7598090 commit 08f1df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ra_log_read_plan.erl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
info/1]).

-spec execute(ra_log:read_plan(), undefined | ra_flru:state()) ->
{#{ra:index() => Command :: ra_server:command()}, ra_flru:state()}.
{#{ra:index() => Command :: term()}, ra_flru:state()}.
execute(Plan, Flru) ->
ra_log:execute_read_plan(Plan, Flru, fun ra_server:transform_for_partial_read/3).

Expand Down

0 comments on commit 08f1df5

Please sign in to comment.