We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123e08d commit c51a1ebCopy full SHA for c51a1eb
src/couch/src/couch_access_native_proc.erl
@@ -80,7 +80,7 @@ handle_info(Msg, St) ->
80
code_change(_OldVsn, St, _Extra) ->
81
{ok, St}.
82
83
-% 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
84
% [0] will be by-access-id // for this test, later we should make this by-access
85
% -seq, since that one we will always need, and by-access-id can be opt-in.
86
% the second dimension is the number of emit kv pairs:
0 commit comments