Skip to content

Commit 8633532

Browse files
committed
Update multi-line string approach
1 parent fac9daf commit 8633532

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Word2vec/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ Word2Vec
1010
const word2vec = () => {
1111
console.log('%cword2vec has been disabled', 'color: #A155FF; font-size: 16px');
1212
console.log(
13-
`We've intentionally disabled the word2vec function after recognizing it has the\
14-
potential to produce harmful outputs while using the model files included in our\
15-
examples. We'll consider reenabling the word2vec function along with changes to\
16-
address these issues in a future release of ml5.js. You can find further updates\
17-
about this topic on our Twitter account (https://twitter.com/ml5js) and GitHub\
18-
(https://github.com/ml5js/ml5-library/issues/1238).`,
13+
`We've intentionally disabled the word2vec function after recognizing it has the ` +
14+
`potential to produce harmful outputs while using the model files included in our ` +
15+
`examples. We'll consider reenabling the word2vec function along with changes to ` +
16+
`address these issues in a future release of ml5.js. You can find further updates ` +
17+
`about this topic on our Twitter account (https://twitter.com/ml5js) and GitHub ` +
18+
`(https://github.com/ml5js/ml5-library/issues/1238).`,
1919
);
2020
};
2121

0 commit comments

Comments
 (0)