We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5718cb9 commit 89b62fdCopy full SHA for 89b62fd
include/array/array.h
@@ -3081,7 +3081,7 @@ class auto_allocator {
3081
3082
/** Allocator satisfying the `std::allocator` interface that is a wrapper
3083
* around another allocator `BaseAlloc`, and skips default construction.
3084
- * Using this allocator can be dangerous, t is only safe to use when
+ * Using this allocator can be dangerous, it is only safe to use when
3085
* `BaseAlloc::value_type` is a trivial type. */
3086
template <class BaseAlloc>
3087
class uninitialized_allocator : public BaseAlloc {
0 commit comments