mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-21 21:12:50 +01:00
Fix grammar errors
This commit is contained in:
parent
5c2ef3773e
commit
7a24bc8f27
@ -4,7 +4,7 @@ using System.Linq.Expressions;
|
||||
|
||||
namespace Sieve.Extensions
|
||||
{
|
||||
public static partial class LinqExtentions
|
||||
public static partial class LinqExtensions
|
||||
{
|
||||
public static IQueryable<TEntity> OrderByDynamic<TEntity>(
|
||||
this IQueryable<TEntity> source,
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
namespace Sieve.Extensions
|
||||
{
|
||||
public static partial class TypeExtentions
|
||||
public static partial class TypeExtensions
|
||||
{
|
||||
public static bool IsNullable(this Type type)
|
||||
{
|
Loading…
Reference in New Issue
Block a user