diff options
| author | Jeff Puckett <jeff@jeffpuckett.com> | 2017-05-27 14:33:40 +0000 |
|---|---|---|
| committer | Matias Fontanini <matias.fontanini@gmail.com> | 2017-06-11 10:58:34 -0700 |
| commit | cfb9b646cc89b0a1300bc863610264f7237bf6b4 (patch) | |
| tree | 8d5282b5fb550028072051121438c7f23a21d1ca | |
| parent | 3e6e25d0aa68e07837b85a357c192a2890f35103 (diff) | |
doc fix typo
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,7 +49,7 @@ _build/lib_ directory. ### C++11 support -libtins is noticeable faster if you enable _C++11_ support. Therefore, +libtins is noticeably faster if you enable _C++11_ support. Therefore, if your compiler supports this standard, then you should enable it. In order to do so, use the _LIBTINS_ENABLE_CXX11_ switch: @@ -144,4 +144,4 @@ http://libtins.github.io/examples/ ## Contributing ## If you want to report a bug or make a pull request, please have a look at -the [contributing](CONTRIBUTING.md) file before doing so.
\ No newline at end of file +the [contributing](CONTRIBUTING.md) file before doing so. |
