Skip to content

Commit cca999d

Browse files
committed
Small correction to internal documentation
Small correction to internal documentation (similar documentation as with other classes within the `reg` namespace)
1 parent 23759ca commit cca999d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/regex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ class Match
226226
bool m_insideCapture=false;
227227
};
228228

229-
/** Iterator class to iterator through matches.
229+
/** Class to iterate through matches.
230230
*/
231231
class Iterator
232232
{

0 commit comments

Comments
 (0)