Skip to content

Commit 71c5ced

Browse files
committed
sorry for 'some times' :(
1 parent 2013349 commit 71c5ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/trytocatch/regexreplacer/model/expression/funcs/FuncDynRepeat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import trytocatch.regexreplacer.model.expression.FuncNode;
44
/**
55
* dynamic repeat<br>
6-
* repeat the string for some times with the max length.<br>
6+
* repeat the string for several times with the max length.<br>
77
* read the new value for the first argument at each repeat<br>
88
* @author trytocatch
99
* @date 2016-10-16

src/trytocatch/regexreplacer/model/expression/funcs/FuncRepeat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import trytocatch.regexreplacer.model.expression.FuncNode;
44

55
/**
6-
* repeat the string for some times with the max length
6+
* repeat the string for several times with the max length
77
* @author trytocatch
88
* @date 2016-10-07
99
*/

0 commit comments

Comments
 (0)