From 1c3154aa5be95b863c978187099b34d47010c2a3 Mon Sep 17 00:00:00 2001 From: Chris Breuer Date: Thu, 25 Mar 2021 22:37:43 -0700 Subject: [PATCH] chore: improve docblock --- src/Traits/Recognizable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Traits/Recognizable.php b/src/Traits/Recognizable.php index 3516c15..d5f225d 100644 --- a/src/Traits/Recognizable.php +++ b/src/Traits/Recognizable.php @@ -32,7 +32,7 @@ public function recognize(string $path, string $mimeType = null) /** * Return all recognition data. * The return value "null" indicates that a recognition has been ran, but it just has no results. - * Please note, the Rekognition response is different from a "video" to an "image". + * Please note, the "Facial Rekognition" response is different from a "video" to an "image". * * @return array */