From daee160d6525274227ced8581b4d8f9500fc9d38 Mon Sep 17 00:00:00 2001 From: Levan Velijanashvili Date: Thu, 19 Mar 2015 03:58:08 +0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcd2fe1..7768839 100644 --- a/README.md +++ b/README.md @@ -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.