comparison doc/html/api/module/Irccd.Util/Irccd.Util.cut.md @ 457:2958f36cb3be

Docs: fix typo in Irccd.Util.cut, closes #675
author David Demelier <markand@malikania.fr>
date Thu, 27 Jul 2017 17:04:23 +0200
parents cd3f7c712d9e
children
comparison
equal deleted inserted replaced
455:9bb6bf1cb50b 457:2958f36cb3be
1 --- 1 ---
2 function: format 2 function: cut
3 js: true 3 js: true
4 summary: "Cut a piece of data into several lines." 4 summary: "Cut a piece of data into several lines."
5 synopsis: "lines = Irccd.Util.cut(data, maxc, maxl)" 5 synopsis: "lines = Irccd.Util.cut(data, maxc, maxl)"
6 arguments: 6 arguments:
7 - "**data**: a string or an array of strings," 7 - "**data**: a string or an array of strings,"