From aef26a40cbc6835aae0d293a523f5a7681b9a436 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 14 May 2020 17:13:46 -0400 Subject: wow lots of tests passing! --- IrcStates/Extensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IrcStates/Extensions.cs') diff --git a/IrcStates/Extensions.cs b/IrcStates/Extensions.cs index e604928..181ac80 100644 --- a/IrcStates/Extensions.cs +++ b/IrcStates/Extensions.cs @@ -30,7 +30,7 @@ namespace IrcStates : Delegate.CreateDelegate(getType(types.ToArray()), target, methodInfo); } - public static void Update(this Dictionary dict, Dictionary other) + public static void UpdateWith(this Dictionary dict, Dictionary other) { if (dict == null || other == null || !other.Any()) return; -- cgit 1.4.1