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

Fix typo #1927

Merged
merged 1 commit into from
Mar 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Faker/Calculator/TCNo.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class TCNo
{
/**
* Generates Turkish Identity Number Checksum
* Gets first 9 digit as prefix and calcuates checksums
* Gets first 9 digit as prefix and calculates checksum
*
* https://en.wikipedia.org/wiki/Turkish_Identification_Number
*
Expand Down Expand Up @@ -40,7 +40,7 @@ public static function checksum($identityPrefix)
}

/**
* Checks whether an TCNo has a valid checksum
* Checks whether a TCNo has a valid checksum
*
* @param string $tcNo
* @return boolean
Expand Down