From 7a2254e87e25309a66220877e73b198cc2ccb6b7 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 1 Oct 2018 19:36:22 +0300 Subject: [PATCH] Resolve #754 --- snippets/isString.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/isString.md b/snippets/isString.md index c69ead6da..3b8ae9f88 100644 --- a/snippets/isString.md +++ b/snippets/isString.md @@ -1,6 +1,6 @@ ### isString -Checks if the given argument is a string. +Checks if the given argument is a string. Only works for string primitives. Use `typeof` to check if a value is classified as a string primitive.