Skip to content

Commit

Permalink
apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Kukanov <[email protected]>
  • Loading branch information
danhoeflinger and akukanov authored Aug 16, 2024
1 parent 9ad131e commit b505324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/elements/oneDPL/source/parallel_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ by counting the number of elements that map to each of a set of bins and storing
the output sequence starting from :code:`histogram_first`. Input values that do not map to a defined
bin are skipped silently. The value type of :code:`OutputIt` must be an integral type of sufficient
size to store the counts of the histogram without overflow. The return value is an iterator targeting
past the last element of the output sequence starting from :code:`histogram_first`.
past the last stored count in the output sequence.

1. The elements of :code:`[start, end)` are mapped into :code:`num_intervals` bins that evenly divide the range
:code:`[first_interval_begin, last_interval_end)`. Each bin is of size
Expand Down

0 comments on commit b505324

Please sign in to comment.