From 72d0b63aced63bd33c23da3691615ff7bcd25ad2 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 11:34:40 +0100 Subject: [PATCH] correct spelling mistake --- lib/eyes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/eyes.js b/lib/eyes.js index b57b7b0..a9c0f16 100644 --- a/lib/eyes.js +++ b/lib/eyes.js @@ -58,7 +58,7 @@ eyes.inspect = function (obj, label, options) { // Output using the 'stream', and an optional label // Loop through `str`, and truncate it after `options.maxLength` has been reached. -// Because escape sequences are, at this point embeded within +// Because escape sequences are, at this point embedded within // the output string, we can't measure the length of the string // in a useful way, without separating what is an escape sequence, // versus a printable character (`c`). So we resort to counting the