]> Nishi Git Mirror - gwion.git/commitdiff
typo
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 8 Aug 2020 10:10:35 +0000 (12:10 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 8 Aug 2020 10:10:35 +0000 (12:10 +0200)
docs/Reference/Preprocessor.mdr

index 20c3400749a4ac7d384df6c2730d19cd912ca009..6eecaaab42fb8db4cfaab5843f393276e0568376 100644 (file)
@@ -43,7 +43,7 @@ such as this one, you can see a *huge* speed-up.
 
 Memoization setting will be active until the end of file
 or until it is changed.
-Therefor, if you want to disable memoization for subsequent functions, use:
+Therefore, if you want to disable memoization for subsequent functions, use:
 ``` cpp
 #pragma memoize 0
 ```