Skip to content

Commit b096252

Browse files
authored
Merge pull request #65 from colgreen/master
Corrected comment typos.
2 parents 311b8ab + 452224c commit b096252

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/JsonMergePatch.Abstractions/ITypeRepository.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ public interface ITypeRepository
2929
/// <summary>
3030
/// Returns all registrations.
3131
/// </summary>
32-
/// <returns>Az enumeration of registered types and corresponding wrapper types.</returns>
32+
/// <returns>An enumeration of registered types and corresponding wrapper types.</returns>
3333
public IEnumerable<KeyValuePair<Type, Type>> GetAll();
3434
}

src/JsonMergePatch.Abstractions/Patch.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace LaDeak.JsonMergePatch.Abstractions;
55
public abstract class Patch<T>
66
{
77
/// <summary>
8-
/// List of properites used by the request.
8+
/// List of properties used by the request.
99
/// </summary>
1010
protected bool[] Properties;
1111

0 commit comments

Comments
 (0)