From 264663a82f94ece843b9b19d4c3509802b0b5857 Mon Sep 17 00:00:00 2001 From: Stefan Koopmanschap Date: Wed, 9 Jul 2025 11:18:48 +0200 Subject: [PATCH] Fix a minor typo in the documentation of custom annotations --- docs/en/custom.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/custom.rst b/docs/en/custom.rst index 300516625..c937694be 100644 --- a/docs/en/custom.rst +++ b/docs/en/custom.rst @@ -137,7 +137,7 @@ type is applicable. Then you could define one or more targets: - ``CLASS`` Allowed in class docblocks - ``PROPERTY`` Allowed in property docblocks - ``METHOD`` Allowed in the method docblocks -- ``FUNCTION`` Allowed in function dockblocks +- ``FUNCTION`` Allowed in function docblocks - ``ALL`` Allowed in class, property, method and function docblocks - ``ANNOTATION`` Allowed inside other annotations