Skip to content

Commit

Permalink
NRIC_Validator
Browse files Browse the repository at this point in the history
Amended Typo in code
  • Loading branch information
flipknight001 authored Jul 23, 2023
1 parent 9010685 commit 7e5abab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NRIC_Validator
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Public Function validateNRIC(ByVal NRIC As String) As Boolean

If FirstLetter = "S" Or FirstLetter = "T" Then
Alphabets = ST_ALPHABET
ElseIf FirsrLetter = "M" Then
ElseIf FirstLetter = "M" Then
Alphabets = M_ALPHABET
Else
Alphabets = FG_ALPHABET
Expand Down

0 comments on commit 7e5abab

Please sign in to comment.