Skip to content

Commit

Permalink
Fix line limit being exceeded
Browse files Browse the repository at this point in the history
  • Loading branch information
Gert-dev committed Jun 6, 2018
1 parent 1ca2fc3 commit 6213413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Refactoring/Utility/FunctionBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ module.exports =
/**
* Sets the maximum length a single line may occupy. After this, text will wrap.
*
* This primarily influences parameter lists, which will automatically be split over multiple lines if the parameter
* list would otherwise exceed the maximum length.
* This primarily influences parameter lists, which will automatically be split over multiple lines if the
* parameter list would otherwise exceed the maximum length.
*
* @param {Number|null} maxLineLength The length or null to disable the maximum.
*
Expand Down

0 comments on commit 6213413

Please sign in to comment.