From 6db667a2a367a7e08c06182c19e158fe488b091e Mon Sep 17 00:00:00 2001 From: diftucs <95053553+diftucs@users.noreply.github.com> Date: Fri, 26 Nov 2021 22:45:24 +0000 Subject: [PATCH] DOCS(api): Fix typo --- docs/dev/plugins/PluginAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/plugins/PluginAPI.md b/docs/dev/plugins/PluginAPI.md index 4764ca93b..6374d369b 100644 --- a/docs/dev/plugins/PluginAPI.md +++ b/docs/dev/plugins/PluginAPI.md @@ -33,7 +33,7 @@ the plugin developer. ## Threading -Unless otherwise noted in the function's description, all functions all called from the same thread. +Unless otherwise noted in the function's description, all functions are called from the same thread. ## Header files