]> Nishi Git Mirror - gwion.git/commitdiff
Fix typo
authorJérémie Astor <fennecdjay@gmail.com>
Sun, 2 May 2021 15:44:18 +0000 (17:44 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Sun, 2 May 2021 15:44:18 +0000 (17:44 +0200)
docs/Contributing/Plugins/reference.mdr

index 3d95064d7841e733617267c6d5ba1d53bf1c9837..eee2020827ac5ffba560e9cbfe55a96442a5948d 100644 (file)
@@ -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;
 ```