Merge pull request #8351 from DeTeam/chunk-jsdoc-typo

Fix a typo in Chunk#split jsdoc comment
This commit is contained in:
Tobias Koppers 2018-11-14 13:17:44 +01:00 committed by GitHub
commit a2301484a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {