From 5260b0d7118142e34084943f887442c868e1ba05 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 2 May 2021 17:44:18 +0200 Subject: [PATCH] Fix typo --- docs/Contributing/Plugins/reference.mdr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Contributing/Plugins/reference.mdr b/docs/Contributing/Plugins/reference.mdr index 3d95064d..eee20208 100644 --- a/docs/Contributing/Plugins/reference.mdr +++ b/docs/Contributing/Plugins/reference.mdr @@ -10,7 +10,7 @@ Name | Value | Description `GW_PASS` | 0 | Ignore the result and continue `GW_ERROR` | -1 | An error occured -The following macros are sugar for handling error codes. They can exit the scope of the function. It si recommended to use these rather than writing: +The following macros are sugar for handling error codes. They can exit the scope of the function. It is recommended to use these rather than writing: ```c if (!a) return NULL; ``` -- 2.43.0