diff mbox series

[1/1] doc: fix typo in embedded-script syntax description

Message ID 20230909132300.3395394-1-dario.binacchi@amarulasolutions.com
State Accepted
Delegated to: Stefano Babic
Headers show
Series [1/1] doc: fix typo in embedded-script syntax description | expand

Commit Message

Dario Binacchi Sept. 9, 2023, 1:23 p.m. UTC
Replace "<Lua code"> with "<Lua code>".

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 doc/source/sw-description.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/doc/source/sw-description.rst b/doc/source/sw-description.rst
index 5c6b63134bc1..03f6faff967e 100644
--- a/doc/source/sw-description.rst
+++ b/doc/source/sw-description.rst
@@ -1180,7 +1180,7 @@  These attributes are used for an embedded-script:
 
 ::
 
-		embedded-script = "<Lua code">
+		embedded-script = "<Lua code>"
 
 It must be taken into account that the parser has already run and usage of double quotes can
 interfere with the parser. For this reason, each double quote in the script must be escaped.