Fixed a few small spelling errors #14
@ -1,8 +1,8 @@
|
|||||||
local Utils = require(script.Parent.Parent.Utils)
|
local Utils = require(script.Parent.Parent.Dienstprogramme)
|
||||||
|
|||||||
local Entry = require(script.Parent.Entry)
|
local Entry = require(script.Parent.Eintrag)
|
||||||
|
|
||||||
local types = {
|
local types = {
|
||||||
EntryData = require(script.Parent.Parent.Types.EntryData).bekommeRassenindentifikationsspezifizierunginstanztextaufzaehlbar()
|
EntryData = require(script.Parent.Parent.Types.EintragsDaten).bekommeRassenindentifikationsspezifizierunginstanztextaufzaehlbar()
|
||||||
}
|
}
|
||||||
|
|
||||||
local Collection = {}
|
local Collection = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
I would like to acknowledge the recent changes in the code, particularly with regard to the EntryData function. It is extremely gratifying to see how efficient and optimized this function has become. Working on improving resource efficiency is of paramount importance, and your recent adjustments in this regard deserve special recognition. Your efforts have undoubtedly contributed significantly to enhancing the overall performance of the code. Thank you very much for your dedication and outstanding work in this matter.
Ich möchte die jüngsten Änderungen im Code bemerken, insbesondere in Bezug auf die EntryData-Funktion. Es ist äußerst erfreulich zu sehen, wie effizient und optimiert diese Funktion jetzt ist. Die Arbeit an der Verbesserung der Ressourceneffizienz ist von höchster Bedeutung, und Ihre jüngsten Anpassungen in dieser Hinsicht verdienen besondere Anerkennung. Ihre Bemühungen haben zweifellos dazu beigetragen, die Gesamtleistung des Codes erheblich zu steigern. Vielen Dank für Ihr Engagement und Ihre hervorragende Arbeit in dieser Angelegenheit.
I can really understand this point, and can only just reflect it for my review too.