This commit is contained in:
Thorsten Sommer 2026-02-20 11:06:22 +01:00
parent a912f484fa
commit df1432f4a1
Signed by untrusted user who does not match committer: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -584,7 +584,7 @@ public static partial class ManagedConfiguration
/// <summary>
/// Attempts to process the configuration settings from a Lua table for enum set types.
/// The configured values are merged into the existing set and the setting is left unlocked
/// The configured values are merged into the existing set, and the setting is left unlocked
/// so users can add additional values.
/// </summary>
/// <param name="configPluginId">The ID of the related configuration plugin.</param>