Bugfix/spelling error #16

Merged
MarciiTheDev merged 5 commits from bugfix/SpellingError into main 2023-10-01 00:47:35 +00:00
Showing only changes of commit b555f4c507 - Show all commits

View File

@ -1,9 +1,9 @@
type EntryData = { type EntryData = {
[string]: any [string]: any
} }
return { return {
bekommeRassenindentifikationsspezifizierunginstanztextaufzaehlbar = function(): EntryData bekommeRassenindentifikationsspezifizierunginstanztextaufzaehlbar = function(): EntryData
return {} return {}
end, end,
} }