We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 311b8ab + 452224c commit b096252Copy full SHA for b096252
src/JsonMergePatch.Abstractions/ITypeRepository.cs
@@ -29,6 +29,6 @@ public interface ITypeRepository
29
/// <summary>
30
/// Returns all registrations.
31
/// </summary>
32
- /// <returns>Az enumeration of registered types and corresponding wrapper types.</returns>
+ /// <returns>An enumeration of registered types and corresponding wrapper types.</returns>
33
public IEnumerable<KeyValuePair<Type, Type>> GetAll();
34
}
src/JsonMergePatch.Abstractions/Patch.cs
@@ -5,7 +5,7 @@ namespace LaDeak.JsonMergePatch.Abstractions;
5
public abstract class Patch<T>
6
{
7
8
- /// List of properites used by the request.
+ /// List of properties used by the request.
9
10
protected bool[] Properties;
11
0 commit comments