ES.1: fixed wrong capitalization (#1468)

This commit is contained in:
beinhaerter 2019-07-09 23:06:58 +02:00 committed by Sergey Zubkov
parent 5e636657d9
commit dc72881cf3

View File

@ -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.
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