mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-09-15 05:57:12 +00:00
Minor comment fix.
This commit is contained in:
parent
d32a9ae03b
commit
e8a4bdb2b1
|
@ -213,7 +213,7 @@ namespace Bind
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Merges the specified enum collections.
|
// Merges the specified delegate collections.
|
||||||
internal static void Merge(DelegateCollection delegates, DelegateCollection new_delegates)
|
internal static void Merge(DelegateCollection delegates, DelegateCollection new_delegates)
|
||||||
{
|
{
|
||||||
foreach (var d in new_delegates)
|
foreach (var d in new_delegates)
|
||||||
|
|
Loading…
Reference in a new issue