Skip to content

Commit

Permalink
Merge pull request #65 from colgreen/master
Browse files Browse the repository at this point in the history
Corrected comment typos.
  • Loading branch information
ladeak authored Apr 13, 2022
2 parents 311b8ab + 452224c commit b096252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/JsonMergePatch.Abstractions/ITypeRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public interface ITypeRepository
/// <summary>
/// Returns all registrations.
/// </summary>
/// <returns>Az enumeration of registered types and corresponding wrapper types.</returns>
/// <returns>An enumeration of registered types and corresponding wrapper types.</returns>
public IEnumerable<KeyValuePair<Type, Type>> GetAll();
}
2 changes: 1 addition & 1 deletion src/JsonMergePatch.Abstractions/Patch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace LaDeak.JsonMergePatch.Abstractions;
public abstract class Patch<T>
{
/// <summary>
/// List of properites used by the request.
/// List of properties used by the request.
/// </summary>
protected bool[] Properties;

Expand Down

0 comments on commit b096252

Please sign in to comment.