Skip to content

Commit

Permalink
Fix a typo in Chunk#split jsdoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Timur Amirov committed Nov 7, 2018
1 parent 2361995 commit 7a0af76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Chunk.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 7a0af76

Please sign in to comment.