Skip to content

Commit

Permalink
fix two typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyrup authored and dennisdoomen committed Nov 24, 2024
1 parent 6224ffc commit befceff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Reflectify/Reflectify.cs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public static PropertyInfo FindProperty(this Type type, string propertyName, Mem
}

/// <summary>
/// Gets the public and/or internal fieldss of a type hierarchy.
/// Gets the public and/or internal fields of a type hierarchy.
/// </summary>
/// <param name="type">The type to reflect.</param>
/// <param name="kind">The kind of fields to include in the response.</param>
Expand Down Expand Up @@ -355,7 +355,7 @@ private static Reflector GetFor(Type typeToReflect, MemberKind kind)
}

/// <summary>
/// Finds a method by its name, parameter types and visiblity. Returns <see langword="null" /> if no such method exists.
/// Finds a method by its name, parameter types and visibility. Returns <see langword="null" /> if no such method exists.
/// </summary>
/// <remarks>
/// If you don't specify any parameter types, the method will be found by its name only.
Expand Down

0 comments on commit befceff

Please sign in to comment.