We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a390676 commit 1188d0fCopy full SHA for 1188d0f
samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Client/Multimap.cs
@@ -286,7 +286,7 @@ public void Add(T key, TValue value)
286
#region Private Members
287
288
/**
289
- * Helper method to encapsulate generator differences between dictioary types.
+ * Helper method to encapsulate generator differences between dictionary types.
290
*/
291
private bool TryRemove(T key, out IList<TValue> value)
292
{
@@ -295,7 +295,7 @@ private bool TryRemove(T key, out IList<TValue> value)
295
}
296
297
298
299
300
private bool TryAdd(T key, IList<TValue> value)
301
0 commit comments