Skip to content

Commit 85e74aa

Browse files
committed
change description
1 parent 73f9489 commit 85e74aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/assertions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,7 @@ assertSameSize()
27202720

27212721
``assertSameSize($expected, $actual, string $message = '')``
27222722

2723-
Reports an error identified by ``$message`` if the size of ``$actual`` and ``$expected`` is not the same.
2723+
Reports an error identified by ``$message`` if the sizes of ``$actual`` and ``$expected`` are not the same.
27242724

27252725
``assertNotSameSize()`` is the inverse of this assertion and takes the same arguments.
27262726

0 commit comments

Comments
 (0)