Skip to content

Commit

Permalink
applying suggestion
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Hoeflinger <[email protected]>
  • Loading branch information
danhoeflinger committed Aug 20, 2024
1 parent 281adca commit e463bf9
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 @@ -534,7 +534,7 @@ The elements of ``[start, end)`` must be partitioned with respect to the compara
:code:`oneapi::dpl::histogram` computes the histogram over the data in :code:`[start, end)`
by counting the number of elements that map to each of a set of bins and storing the counts into
:code:`[histogram_first, histogram_first + num_intervals)`. Input values that do not map to a defined
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.

Expand Down

0 comments on commit e463bf9

Please sign in to comment.