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:
Jake Moening 2019-08-23 22:35:11 -05:00 committed by William Cheng
parent b8f9e995ce
commit a390676cc6
2 changed files with 4 additions and 4 deletions

View File

@ -277,7 +277,7 @@ namespace {{packageName}}.Client
#region Private Members #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) 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) private bool TryAdd(T key, IList<TValue> value)
{ {

View File

@ -286,7 +286,7 @@ namespace Org.OpenAPITools.Client
#region Private Members #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) 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) private bool TryAdd(T key, IList<TValue> value)
{ {