mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2025-12-17 20:54:41 +03:00
Fix grammar in Con.2 (#1388)
This commit is contained in:
committed by
Sergey Zubkov
parent
422a190f57
commit
bd3f3d5d25
@@ -16235,7 +16235,7 @@ If it doesn't now, it might do so later without forcing recompilation.
|
|||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
There are code/libraries that are offer functions that declare a`T*` even though
|
There are code/libraries that offer functions that declare a`T*` even though
|
||||||
those function do not modify that `T`.
|
those function do not modify that `T`.
|
||||||
This is a problem for people modernizing code.
|
This is a problem for people modernizing code.
|
||||||
You can
|
You can
|
||||||
|
|||||||
Reference in New Issue
Block a user