File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments