mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 11:06:00 +02:00
lua: fix typo in example (#5837)
This commit is contained in:
parent
c5ceab51bb
commit
65f34e363b
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@
|
|||
|
||||
- Execute a Lua expression:
|
||||
|
||||
`lua -e '{{print( "Hello World" )}}`
|
||||
`lua -e '{{print( "Hello World" )}}'`
|
||||
|
|
Loading…
Add table
Reference in a new issue