Skip to content

Commit

Permalink
src/main/builder.js edited online with Bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka authored and jellizaveta committed Oct 26, 2023
1 parent 2fba41b commit 2031fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ module.exports = (function () {
* Adds modifiers to lines of text.
*
* @param {string[]} lines - An array of text lines.
* @param {string} modifiersStr - The modifier to add.
* @param {string} modifiersStr - Modifiers as a string to add.
* @returns {string[]} - An array of modified lines.
*/
const addModifiers = (lines, modifiersStr) => {
Expand Down

0 comments on commit 2031fd7

Please sign in to comment.