doc: get rid of confusing 'Extensions' wording

pull/2352/head
Sébastien Bourdeauducq 2024-02-26 17:18:28 +08:00
parent 0a24d72b9f
commit 750fdf89b3
1 changed files with 1 additions and 1 deletions

View File

@ -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: ::