Skip to content

Commit e5a79f4

Browse files
kdumaCopilot
andauthored
Update tests/Base32Test.php
Co-authored-by: Copilot <[email protected]>
1 parent efa97e0 commit e5a79f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Base32Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function testEmpty(): void
2222
}
2323

2424
/**
25-
* RFC 4648 test vectors (uppercase, no padding) adapted to unpadded form.
25+
* RFC 4648 test vectors (uppercase, unpadded form).
2626
*
2727
* @return array<string, array{plain: string, base32: string}>
2828
*/

0 commit comments

Comments
 (0)