Skip to content

Commit

Permalink
force new CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
janl committed Jul 13, 2023
1 parent 123e08d commit c51a1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/couch/src/couch_access_native_proc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ handle_info(Msg, St) ->
code_change(_OldVsn, St, _Extra) ->
{ok, St}.

% return value is an array of arrays, first dimension is the different indexes
% Return value is an array of arrays, first dimension is the different indexes
% [0] will be by-access-id // for this test, later we should make this by-access
% -seq, since that one we will always need, and by-access-id can be opt-in.
% the second dimension is the number of emit kv pairs:
Expand Down

0 comments on commit c51a1eb

Please sign in to comment.