Skip to content

Commit 7a0af76

Browse files
author
Timur Amirov
committed
Fix a typo in Chunk#split jsdoc comment
1 parent 2361995 commit 7a0af76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Chunk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ class Chunk {
430430
}
431431

432432
/**
433-
* @param {Chunk} newChunk the new chunk that will be split out of, and then chunk raphi twil=
433+
* @param {Chunk} newChunk the new chunk that will be split out of the current chunk
434434
* @returns {void}
435435
*/
436436
split(newChunk) {

0 commit comments

Comments
 (0)