From 8a06a6dce8d9b38884d1d7f79aee59dab9018535 Mon Sep 17 00:00:00 2001 From: Dan Raviv Date: Wed, 8 Dec 2021 11:51:37 +0200 Subject: [PATCH] Fix typo --- docs/other-macros.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/other-macros.md b/docs/other-macros.md index 994115f1..a27f132d 100644 --- a/docs/other-macros.md +++ b/docs/other-macros.md @@ -121,7 +121,7 @@ constructor, or before Catch2's session is created in user's own main._ `ANON_TEST_CASE` is a `TEST_CASE` replacement that will autogenerate unique name. The advantage of this is that you do not have to think -of a name for the test case,`the disadvantage is that the name doesn't +of a name for the test case, the disadvantage is that the name doesn't necessarily remain stable across different links, and thus it might be hard to run directly.