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:
committed by
William Cheng
parent
b8f9e995ce
commit
a390676cc6
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user