From 8b392a70e4cc983fe44b68b50e2917a2088680b0 Mon Sep 17 00:00:00 2001 From: sabi0 <2sabio@gmail.com> Date: Thu, 21 Dec 2023 19:58:53 +0100 Subject: [PATCH] Fix typo in help/formatting.txt (#12960) --- help/formatting.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/formatting.txt b/help/formatting.txt index 55490ac75ce..de52cb6fd93 100644 --- a/help/formatting.txt +++ b/help/formatting.txt @@ -16,5 +16,5 @@ IMPORTANT: There is *no* way to mark sections of the code as excluded from formatting. This is by design and cannot be altered. In vast majority of cases the formatter will do a great job of cleaning up the code. Occasionally you may want to rewrite the code (introduce a local -variable orreshape code paths) so that it's easier to read after +variable or reshape code paths) so that it's easier to read after automatic formatting.