Skip to content

Commit 76ccacb

Browse files
committed
Fix typo in docs despite possibly removing said docs shortly
1 parent 5910872 commit 76ccacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/CXXTypeAwareAllocators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Constant Evaluation
213213

214214
Type aware allocation functions declared in the global scope are considered
215215
usual deallocation functions if the only difference between the type aware
216-
declaration and a _usual deallocation function_ is the type-identity parameter.
216+
declaration and a usual deallocation function is the type-identity parameter.
217217
This eases the use of dynamic allocation of types with type aware allocation
218218
functions within constant contexts. Unfortunately this does not resolve the
219219
problem of class-scoped new and delete in constant contexts, as the existence of

0 commit comments

Comments
 (0)