Minor comment fix.
This commit is contained in:
parent
d32a9ae03b
commit
e8a4bdb2b1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue