Skip to content

Commit 21c8d5f

Browse files
authored
Incomplete comment
1 parent 3b43a5a commit 21c8d5f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

v3/AssertExtensions/ExtendingAssert/PersonAssertions.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
namespace Xunit;
22

3-
// When importing xUnit.net's assertion library as source, the Assert class is partial and you can additional
3+
// When importing xUnit.net's assertion library as source, the Assert class is partial and you can add
4+
// additional methods directly to Assert.
45
public partial class Assert
56
{
67
public static void IsBrad(Person person) =>

0 commit comments

Comments
 (0)