Skip to content

Commit 32229a2

Browse files
committed
fix(docs): correct spacing in documentation
1 parent 6f56426 commit 32229a2

File tree

1 file changed

+1
-0
lines changed
  • sift-core/src/main/java/com/mirkoddd/sift/core

1 file changed

+1
-0
lines changed

sift-core/src/main/java/com/mirkoddd/sift/core/Sift.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ private Sift() {
5757
*
5858
* @param flag The primary, mandatory flag to apply to the entire regular expression.
5959
* @param flags Additional optional flags to apply.
60+
*
6061
* @return An intermediate step to define the starting position or search strategy for the pattern.
6162
*/
6263
public static SiftStarter filteringWith(SiftGlobalFlag flag, SiftGlobalFlag... flags) {

0 commit comments

Comments
 (0)