diff --git a/Source/Bind/Utilities.cs b/Source/Bind/Utilities.cs index 8b8bdbf4..e885e0ae 100644 --- a/Source/Bind/Utilities.cs +++ b/Source/Bind/Utilities.cs @@ -213,7 +213,7 @@ namespace Bind return s; } - // Merges the specified enum collections. + // Merges the specified delegate collections. internal static void Merge(DelegateCollection delegates, DelegateCollection new_delegates) { foreach (var d in new_delegates)