Skip to content

Commit c51a1eb

Browse files
committed
force new CI run
1 parent 123e08d commit c51a1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/couch/src/couch_access_native_proc.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ handle_info(Msg, St) ->
8080
code_change(_OldVsn, St, _Extra) ->
8181
{ok, St}.
8282

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

0 commit comments

Comments
 (0)