From 60d1b1e5db72aa80835dc9c0a2e0d195fb07a058 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 8 Aug 2020 12:10:35 +0200 Subject: [PATCH] typo --- docs/Reference/Preprocessor.mdr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Reference/Preprocessor.mdr b/docs/Reference/Preprocessor.mdr index 20c34007..6eecaaab 100644 --- a/docs/Reference/Preprocessor.mdr +++ b/docs/Reference/Preprocessor.mdr @@ -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 ``` -- 2.43.0