From 7a0af76dac68440f9ac8ad781a75d94114e5e812 Mon Sep 17 00:00:00 2001 From: Timur Amirov Date: Wed, 7 Nov 2018 22:07:51 +0100 Subject: [PATCH] Fix a typo in Chunk#split jsdoc comment --- lib/Chunk.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Chunk.js b/lib/Chunk.js index d0fef17df68..a0a3397d6d2 100644 --- a/lib/Chunk.js +++ b/lib/Chunk.js @@ -430,7 +430,7 @@ class Chunk { } /** - * @param {Chunk} newChunk the new chunk that will be split out of, and then chunk raphi twil= + * @param {Chunk} newChunk the new chunk that will be split out of the current chunk * @returns {void} */ split(newChunk) {