Skip to content

Commit 98106b9

Browse files
committed
Update docs/developers/directive.rst
1 parent e4b7963 commit 98106b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developers/directive.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ By design, this library distinguishes between three types of directives:
3434
Action directives are not producing nodes in the document tree. They can be used to perform actions on the document.
3535
For example set the default language for code blocks or configure other settings.
3636

37-
- :php:class:`phpDocumentor\Guides\RestructuredText\Directives\ActionDirective`,
37+
- :php:class:`phpDocumentor\Guides\RestructuredText\Directives\BaseDirective`,
3838
more or less a basic directive handler.
3939
This is the most advanced directive type. You are on your own here. You need to do everything yourself.
4040

0 commit comments

Comments
 (0)