From d5c272991a0fa187f6d61452cec86cc0b9bfad5d Mon Sep 17 00:00:00 2001 From: Nathan Glasl Date: Tue, 7 Mar 2017 15:57:47 +1100 Subject: [PATCH] DOCUMENTATION, cleaning up a comment. --- tests/FusionUnitTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FusionUnitTests.php b/tests/FusionUnitTests.php index c9279fe..80fd722 100644 --- a/tests/FusionUnitTests.php +++ b/tests/FusionUnitTests.php @@ -126,7 +126,7 @@ public function testTagging() { $tag->write(); $page->$relationship()->add($tag->ID); - // The consolidated tags are automatically parsed, so this only needs to exist against one. + // The consolidated tags are automatically combined, so this only needs to exist against one. break; }