Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit 3201746

Browse files
authored
Fix typo (#1927)
1 parent 04c47e3 commit 3201746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/Faker/Calculator/TCNo.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class TCNo
88
{
99
/**
1010
* Generates Turkish Identity Number Checksum
11-
* Gets first 9 digit as prefix and calcuates checksums
11+
* Gets first 9 digit as prefix and calculates checksum
1212
*
1313
* https://en.wikipedia.org/wiki/Turkish_Identification_Number
1414
*
@@ -40,7 +40,7 @@ public static function checksum($identityPrefix)
4040
}
4141

4242
/**
43-
* Checks whether an TCNo has a valid checksum
43+
* Checks whether a TCNo has a valid checksum
4444
*
4545
* @param string $tcNo
4646
* @return boolean

0 commit comments

Comments
 (0)