zcsizmadia commented on code in PR #1597:
URL: https://github.com/apache/avro/pull/1597#discussion_r841301263
##########
lang/csharp/src/apache/main/Schema/MapSchema.cs:
##########
@@ -36,11 +36,11 @@ public class MapSchema : UnnamedSchema
/// Creates a new <see cref="MapSchema"/> from the given schema.
/// </summary>
/// <param name="type">Schema to create the map schema from.</param>
- /// <param name="cutsomProperties">Dictionary that provides access to
custom properties</param>
+ /// <param name="custsomProperties">Dictionary that provides access to
custom properties</param>
/// <returns>A new <see cref="MapSchema"/>.</returns>
- public static MapSchema CreateMap(Schema type, PropertyMap
cutsomProperties = null)
+ public static MapSchema CreateMap(Schema type, PropertyMap
custsomProperties = null)
{
- return new MapSchema(type, cutsomProperties);
+ return new MapSchema(type, custsomProperties);
Review Comment:
Fix the fix plz ;)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]