diff options
Diffstat (limited to 'fr-fr/lua-fr.html.markdown')
-rw-r--r-- | fr-fr/lua-fr.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-fr/lua-fr.html.markdown b/fr-fr/lua-fr.html.markdown index 1f592320..f4795ad7 100644 --- a/fr-fr/lua-fr.html.markdown +++ b/fr-fr/lua-fr.html.markdown @@ -417,8 +417,8 @@ g = loadstring('print(343)') -- Retourne une fonction. g() -- Affiche 343; Rien n'est affiché avant cet appel. --]] - ``` + ## Références *Les références qui suivent sont en Anglais.* |