Skip to content

Commit 3a2bad4

Browse files
pluchtsebastianbergmann
authored andcommitted
change description
1 parent 933801a commit 3a2bad4

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
@@ -2788,7 +2788,7 @@ assertSameSize()
27882788

27892789
``assertSameSize($expected, $actual, string $message = '')``
27902790

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

27932793
``assertNotSameSize()`` is the inverse of this assertion and takes the same arguments.
27942794

0 commit comments

Comments
 (0)