Skip to content

Commit 4166b5c

Browse files
committed
Correct grammar...
1 parent f7b36f2 commit 4166b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/DocumentBasicTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,9 +468,9 @@ public function testCreateAndDeleteDocumentUsingDefinedKeyWithArrayAndSaveOnly()
468468
}
469469

470470
/**
471-
* Try to create a document and get valid JSON when casted to string.
471+
* Try to create a document and get valid JSON when cast to string.
472472
*/
473-
public function testCreateAndVerifyValidJsonIsReturnedWhenCastedToString()
473+
public function testCreateAndVerifyValidJsonIsReturnedWhenCastToString()
474474
{
475475
$document = Document::createFromArray(
476476
['someAttribute' => 'someValue', 'someOtherAttribute' => 'someOtherValue']

0 commit comments

Comments
 (0)