Skip to content

Commit 982807f

Browse files
Acrolinx
1 parent 0dc2383 commit 982807f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/standard-library/new-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ template <class T>
2727
### Parameters
2828
2929
*ptr*\
30-
The address of a byte in memory which holds an object whose type is similar to *T*.
30+
The address of a byte in memory that holds an object whose type is similar to *T*.
3131
3232
### Return Value
3333
@@ -77,7 +77,7 @@ new_handler set_new_handler(new_handler Pnew) throw();
7777
7878
### Parameters
7979
80-
*Pnew*\
80+
*`Pnew`*\
8181
The `new_handler` to be installed.
8282
8383
### Return Value
@@ -86,7 +86,7 @@ The `new_handler` to be installed.
8686
8787
### Remarks
8888
89-
The function stores *Pnew* in a static [new handler](../standard-library/new-typedefs.md#new_handler) pointer that it maintains, then returns the value previously stored in the pointer. The new handler is used by [operator new](../standard-library/new-operators.md#op_new)(**size_t**).
89+
The function stores *`Pnew`* in a static [`new` handler](../standard-library/new-typedefs.md#new_handler) pointer that it maintains, then returns the value previously stored in the pointer. The `new` handler is used by [`operator new`](../standard-library/new-operators.md#op_new).
9090
9191
### Example
9292

0 commit comments

Comments
 (0)