codemasher 5 năm trước cách đây
mục cha
commit
b5228fd480
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/QRCodeTest.php

+ 1 - 1
tests/QRCodeTest.php

@@ -40,7 +40,7 @@ class QRCodeTest extends TestCase{
 	}
 	}
 
 
 	/**
 	/**
-	 * isNumber() should pass on yna number and fail on anything else
+	 * isNumber() should pass on any number and fail on anything else
 	 */
 	 */
 	public function testIsNumber():void{
 	public function testIsNumber():void{
 		$this::assertTrue($this->qrcode->isNumber('0123456789'));
 		$this::assertTrue($this->qrcode->isNumber('0123456789'));