Skip to content

Commit a390676

Browse files
jaboc83wing328
authored andcommitted
Simple spelling error in dotnet core comments (#3746)
* Simple spelling error in dotnet core comments Dictioary -> Dictionary * Updated the sample files as well.
1 parent b8f9e99 commit a390676

File tree

2 files changed

+4
-4
lines changed
  • modules/openapi-generator/src/main/resources/csharp-netcore
  • samples/client/petstore/csharp-netcore/OpenAPIClient/src/Org.OpenAPITools/Client

2 files changed

+4
-4
lines changed

modules/openapi-generator/src/main/resources/csharp-netcore/Multimap.mustache

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ namespace {{packageName}}.Client
277277
#region Private Members
278278

279279
/**
280-
* Helper method to encapsulate generator differences between dictioary types.
280+
* Helper method to encapsulate generator differences between dictionary types.
281281
*/
282282
private bool TryRemove(T key, out IList<TValue> value)
283283
{
@@ -299,7 +299,7 @@ namespace {{packageName}}.Client
299299
}
300300

301301
/**
302-
* Helper method to encapsulate generator differences between dictioary types.
302+
* Helper method to encapsulate generator differences between dictionary types.
303303
*/
304304
private bool TryAdd(T key, IList<TValue> value)
305305
{

samples/client/petstore/csharp-netcore/OpenAPIClient/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)