Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Stichoza committed Mar 18, 2015
1 parent 8220f7d commit daee160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -69,7 +69,7 @@ $tr->setSource(null); // Another way
```php
$tr = new TranslateClient(null, 'fr');
$text = $tr->translate('Hello World!');
echo $th->getLastDetectedSource(); // Output: en
echo $tr->getLastDetectedSource(); // Output: en
```

Return value may be boolean `FALSE` if there is no detected language.
Expand Down

0 comments on commit daee160

Please sign in to comment.