Fixed typo: "almomst" with "almost"

This commit is contained in:
Mihail 2022-07-06 17:43:00 +02:00 committed by The Phantom Derpstorm
parent dca62a0f02
commit 4de99c5b41

View File

@ -171,7 +171,7 @@ kaguya -
sol - sol -
* One of the few libraries with optional support! * One of the few libraries with optional support!
* Basically the fastest in almomst all respects: http://sol2.readthedocs.io/en/latest/benchmarks.html * Basically the fastest in almost all respects: http://sol2.readthedocs.io/en/latest/benchmarks.html
* Overloading support can get messy with inheritance, see :doc:`here<api/overload>` * Overloading support can get messy with inheritance, see :doc:`here<api/overload>`
* C++14/"C++1y" (-std=c++14, -std=c++1y, =std=c++1z) flags are used (available since GCC 4.9 and Clang 3.5) * C++14/"C++1y" (-std=c++14, -std=c++1y, =std=c++1z) flags are used (available since GCC 4.9 and Clang 3.5)
* Active issues, active individuals * Active issues, active individuals