Skip to content

Commit

Permalink
grammar (#36628)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed Jan 18, 2022
1 parent c65677a commit acc5443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/src/Table/User.php
Expand Up @@ -542,7 +542,7 @@ public function setLastVisit($timeStamp = null, $userId = null)
}
}

// If no timestamp value is passed to function, than current time is used.
// If no timestamp value is passed to function, then current time is used.
if ($timeStamp === null)
{
$timeStamp = 'now';
Expand Down

0 comments on commit acc5443

Please sign in to comment.