Skip to content

Commit

Permalink
Merge pull request #8351 from DeTeam/chunk-jsdoc-typo
Browse files Browse the repository at this point in the history
Fix a typo in Chunk#split jsdoc comment
  • Loading branch information
sokra committed Nov 14, 2018
2 parents 2361995 + 7a0af76 commit a230148
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 a230148

Please sign in to comment.