From 56ab9b10c5f61b0842951625705ece28722f2909 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.