diff --git a/docs/articles/nunit/writing-tests/attributes/pairwise.md b/docs/articles/nunit/writing-tests/attributes/pairwise.md index a40cc3ab9..15ed9037d 100644 --- a/docs/articles/nunit/writing-tests/attributes/pairwise.md +++ b/docs/articles/nunit/writing-tests/attributes/pairwise.md @@ -29,8 +29,8 @@ public void MyTest( For this test, NUnit currently calls the method six times, producing the following output: ```none -a + y a - x +a + y b - y b + x c - x