From f704dd257fdfb378bc986b559fe8a98f63a40089 Mon Sep 17 00:00:00 2001 From: Mihail Date: Wed, 6 Jul 2022 17:43:00 +0200 Subject: [PATCH] Fixed typo: "almomst" with "almost" --- documentation/source/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/source/features.rst b/documentation/source/features.rst index c918cca2..6fc1faaf 100644 --- a/documentation/source/features.rst +++ b/documentation/source/features.rst @@ -171,7 +171,7 @@ kaguya - sol - * 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` * 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