1
0
Fork 0
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:
ncaat 2021-04-26 13:19:04 +02:00 committed by GitHub
parent c5ceab51bb
commit 65f34e363b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,4 +13,4 @@
- Execute a Lua expression:
`lua -e '{{print( "Hello World" )}}`
`lua -e '{{print( "Hello World" )}}'`