[init] Fix missing comma.

This commit is contained in:
Lorenzo Cogotti 2022-08-10 17:47:52 +02:00
parent f1bd43d4da
commit cb7592df2d
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ local serialize = require 'df-serialize'
local moonspeak = {
--- (string) current locale language.
lang = "english"
lang = "english",
--- (table|nil) current raw dictionary contents, as loaded by last loadDictFile().
dict = nil
}