Skip to content

Commit a952483

Browse files
committed
doc
1 parent daa55d4 commit a952483

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/reference.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,12 +265,11 @@ C++
265265

266266
- returns nullptr on oom
267267

268-
It is similar to arduino ``new`` semantic without side effects (excepted when parent constructors, or member constructors use ``new``)
268+
It is similar to arduino ``new`` semantic without side effects
269+
(except when parent constructors, or member constructors use ``new``).
269270

270271
Syntax is slightly different, the following shows the different usages:
271272

272-
C++ standard behavior (as of 2.6.0):
273-
274273
.. code:: cpp
275274
276275
// with new:

0 commit comments

Comments
 (0)