Minor comment fix.

This commit is contained in:
the_fiddler 2011-12-05 14:29:17 +00:00
parent d32a9ae03b
commit e8a4bdb2b1

View file

@ -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)