From 750fdf89b3baf45ed76a6abb33c3d3112ea9463d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Mon, 26 Feb 2024 17:18:28 +0800 Subject: [PATCH] doc: get rid of confusing 'Extensions' wording --- doc/manual/management_system.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/management_system.rst b/doc/manual/management_system.rst index abb5c2d17..401e51a3e 100644 --- a/doc/manual/management_system.rst +++ b/doc/manual/management_system.rst @@ -157,7 +157,7 @@ Embedded applets should use `AppletRequestIPC` while standalone applets use `App Applet entry area ***************** -Extensions are provided to enable the use of argument widgets in applets through the `EntryArea` class. +Argument widgets can be used in applets through the `EntryArea` class. Below is a simple example code snippet using the `EntryArea` class: ::