mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
ES.1: fixed wrong capitalization (#1468)
This commit is contained in:
parent
5e636657d9
commit
dc72881cf3
|
@ -9905,7 +9905,7 @@ Arithmetic rules:
|
||||||
|
|
||||||
Code using a library can be much easier to write than code working directly with language features, much shorter, tend to be of a higher level of abstraction, and the library code is presumably already tested.
|
Code using a library can be much easier to write than code working directly with language features, much shorter, tend to be of a higher level of abstraction, and the library code is presumably already tested.
|
||||||
The ISO C++ Standard Library is among the most widely known and best tested libraries.
|
The ISO C++ Standard Library is among the most widely known and best tested libraries.
|
||||||
It is available as part of all C++ Implementations.
|
It is available as part of all C++ implementations.
|
||||||
|
|
||||||
##### Example
|
##### Example
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user