Skip to content

Commit a230148

Browse files
authored
Merge pull request webpack#8351 from DeTeam/chunk-jsdoc-typo
Fix a typo in Chunk#split jsdoc comment
2 parents 2361995 + 7a0af76 commit a230148

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)