forked from loafle/openapi-generator-original
Simple spelling error in dotnet core comments (#3746)
* Simple spelling error in dotnet core comments Dictioary -> Dictionary * Updated the sample files as well.
This commit is contained in:
parent
b8f9e995ce
commit
a390676cc6
@ -277,7 +277,7 @@ namespace {{packageName}}.Client
|
||||
#region Private Members
|
||||
|
||||
/**
|
||||
* Helper method to encapsulate generator differences between dictioary types.
|
||||
* Helper method to encapsulate generator differences between dictionary types.
|
||||
*/
|
||||
private bool TryRemove(T key, out IList<TValue> value)
|
||||
{
|
||||
@ -299,7 +299,7 @@ namespace {{packageName}}.Client
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper method to encapsulate generator differences between dictioary types.
|
||||
* Helper method to encapsulate generator differences between dictionary types.
|
||||
*/
|
||||
private bool TryAdd(T key, IList<TValue> value)
|
||||
{
|
||||
|
@ -286,7 +286,7 @@ namespace Org.OpenAPITools.Client
|
||||
#region Private Members
|
||||
|
||||
/**
|
||||
* Helper method to encapsulate generator differences between dictioary types.
|
||||
* Helper method to encapsulate generator differences between dictionary types.
|
||||
*/
|
||||
private bool TryRemove(T key, out IList<TValue> value)
|
||||
{
|
||||
@ -295,7 +295,7 @@ namespace Org.OpenAPITools.Client
|
||||
}
|
||||
|
||||
/**
|
||||
* Helper method to encapsulate generator differences between dictioary types.
|
||||
* Helper method to encapsulate generator differences between dictionary types.
|
||||
*/
|
||||
private bool TryAdd(T key, IList<TValue> value)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user