Skip to content

Commit

Permalink
Fixed unhyphenated non
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm2 committed Dec 20, 2017
1 parent 7721d37 commit 91ad4f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -156,7 +156,7 @@ private static IEnumerable GetDataSourceValue(MemberInfo[] members)

private static void ThrowInvalidDataSourceException()
{
throw new InvalidDataSourceException("The sourceName specified on a ValueSourceAttribute must refer to a non null static field, property or method.");
throw new InvalidDataSourceException("The sourceName specified on a ValueSourceAttribute must refer to a non-null static field, property or method.");
}

#endregion
Expand Down
4 changes: 2 additions & 2 deletions src/NUnitFramework/framework/Constraints/Interval.cs
Expand Up @@ -66,7 +66,7 @@ public Interval InMilliseconds
}

/// <summary>
/// Is true for intervals created with a non zero value
/// Is true for intervals created with a non-zero value
/// </summary>
public bool IsNotZero
{
Expand Down Expand Up @@ -105,4 +105,4 @@ internal enum IntervalUnit
Millisecond
}
}
}
}

0 comments on commit 91ad4f0

Please sign in to comment.