Skip to content

Commit 89b62fd

Browse files
authored
Fix minor typo. (#96)
1 parent 5718cb9 commit 89b62fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/array/array.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3081,7 +3081,7 @@ class auto_allocator {
30813081

30823082
/** Allocator satisfying the `std::allocator` interface that is a wrapper
30833083
* around another allocator `BaseAlloc`, and skips default construction.
3084-
* Using this allocator can be dangerous, t is only safe to use when
3084+
* Using this allocator can be dangerous, it is only safe to use when
30853085
* `BaseAlloc::value_type` is a trivial type. */
30863086
template <class BaseAlloc>
30873087
class uninitialized_allocator : public BaseAlloc {

0 commit comments

Comments
 (0)