Skip to content

Commit 1188d0f

Browse files
committed
update csharp samples
1 parent a390676 commit 1188d0f

File tree

1 file changed

+2
-2
lines changed
  • samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Client

1 file changed

+2
-2
lines changed

samples/client/petstore/csharp-netcore/OpenAPIClientCore/src/Org.OpenAPITools/Client/Multimap.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public void Add(T key, TValue value)
286286
#region Private Members
287287

288288
/**
289-
* Helper method to encapsulate generator differences between dictioary types.
289+
* Helper method to encapsulate generator differences between dictionary types.
290290
*/
291291
private bool TryRemove(T key, out IList<TValue> value)
292292
{
@@ -295,7 +295,7 @@ private bool TryRemove(T key, out IList<TValue> value)
295295
}
296296

297297
/**
298-
* Helper method to encapsulate generator differences between dictioary types.
298+
* Helper method to encapsulate generator differences between dictionary types.
299299
*/
300300
private bool TryAdd(T key, IList<TValue> value)
301301
{

0 commit comments

Comments
 (0)