summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-copy.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-buffer-copy.js')
-rw-r--r--test/parallel/test-buffer-copy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-buffer-copy.js b/test/parallel/test-buffer-copy.js
index b356097437..9810c9824b 100644
--- a/test/parallel/test-buffer-copy.js
+++ b/test/parallel/test-buffer-copy.js
@@ -128,7 +128,7 @@ common.expectsError(
}
}
-// throw with negative sourceEnd
+// Throw with negative sourceEnd
common.expectsError(
() => b.copy(c, 0, -1), errorProperty);