Skip to content

Commit e90516e

Browse files
committed
dash
1 parent 56e8073 commit e90516e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__algorithm/radix_sort.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define _LIBCPP___ALGORITHM_RADIX_SORT_H
1212

1313
// This is an implementation of classic LSD radix sort algorithm, running in linear time and using `O(max(N, M))`
14-
// additional memory, where `N` is size of an input range, `M` maximum value of
14+
// additional memory, where `N` is size of an input range, `M` - maximum value of
1515
// a radix of the sorted integer type. Type of the radix and its maximum value are determined at compile time
1616
// based on type returned by function `__radix`. The default radix is uint8.
1717

0 commit comments

Comments
 (0)