mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-24 12:14:26 +00:00
Correct misspellings
This commit is contained in:
parent
2c03e822b2
commit
0ba03ee823
@ -85,7 +85,7 @@ throws a ``FormatError`` exception with description
|
|||||||
``"forty-two"`` is a string while the format code ``d``
|
``"forty-two"`` is a string while the format code ``d``
|
||||||
only applies to integers.
|
only applies to integers.
|
||||||
|
|
||||||
Where possible, errors are catched at compile time. For example, the code
|
Where possible, errors are caught at compile time. For example, the code
|
||||||
|
|
||||||
.. code:: c++
|
.. code:: c++
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ current directory. Now you can build C++ Format by running :command:`make`.
|
|||||||
Once the library has been built you can invoke :command:`make test` to run
|
Once the library has been built you can invoke :command:`make test` to run
|
||||||
the tests.
|
the tests.
|
||||||
|
|
||||||
If you use Windows and have Vistual Studio installed, a :file:`FORMAT.sln`
|
If you use Windows and have Visual Studio installed, a :file:`FORMAT.sln`
|
||||||
file and several :file:`.vcproj` files will be created. You can then build them
|
file and several :file:`.vcproj` files will be created. You can then build them
|
||||||
using Visual Studio or msbuild.
|
using Visual Studio or msbuild.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user