Skip to content

Commit 2c760be

Browse files
Fixed methods description..
1 parent 04a55c8 commit 2c760be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ namespace marxan {
4646
//repace last comma with "and"
4747
auto pos = res.find_last_of(',');
4848
if(pos != string::npos)
49-
res.replace(pos, pos+1, " and");
49+
res.replace(pos, 1, " and");
5050
return res;
5151
}
5252

0 commit comments

Comments
 (0)