We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b43a5a commit 21c8d5fCopy full SHA for 21c8d5f
v3/AssertExtensions/ExtendingAssert/PersonAssertions.cs
@@ -1,6 +1,7 @@
1
namespace Xunit;
2
3
-// When importing xUnit.net's assertion library as source, the Assert class is partial and you can additional
+// When importing xUnit.net's assertion library as source, the Assert class is partial and you can add
4
+// additional methods directly to Assert.
5
public partial class Assert
6
{
7
public static void IsBrad(Person person) =>
0 commit comments