Fixed a few small spelling errors #14

Merged
IBims2CooleTim merged 17 commits from main into main 2023-10-01 00:07:44 +00:00
Showing only changes of commit 633963490f - Show all commits

View File

@ -1,8 +1,8 @@
local Utils = require(script.Parent.Parent.Utils) local Utils = require(script.Parent.Parent.Dienstprogramme)
bidzanaaron commented 2023-09-30 22:04:33 +00:00 (Migrated from github.com)
Review

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 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.
MarciiTheDev commented 2023-09-30 22:06:09 +00:00 (Migrated from github.com)
Review

I can really understand this point, and can only just reflect it for my review too.

I can really understand this point, and can only just reflect it for my review too.
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 = {}