Skip to content

Commit

Permalink
Fix typo alloc -> a (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukilele authored Jan 23, 2025
1 parent 00c3edd commit 0c571d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DRAFT.md
Original file line number Diff line number Diff line change
Expand Up @@ -1440,7 +1440,7 @@ constexpr polymorphic(allocator_arg_t, const Allocator& a,
const polymorphic& other);
```
7. _Effects_: `alloc` is direct-non-list-initialized with `alloc`. If `other`
7. _Effects_: `alloc` is direct-non-list-initialized with `a`. If `other`
is valueless, `*this` is valueless. Otherwise, constructs an owned object of
type `U`, where `U` is the type of the owned object in `other`, with the
owned object in `other` using the allocator `alloc`.
Expand Down

0 comments on commit 0c571d8

Please sign in to comment.