Skip to content

Commit 1fbc6eb

Browse files
authored
docs: [FIX] wrong notes (iluwatar#2012)
Co-authored-by: perfectGay <[email protected]>
1 parent 55b9f61 commit 1fbc6eb

File tree

1 file changed

+1
-1
lines changed
  • combinator/src/main/java/com/iluwatar/combinator

1 file changed

+1
-1
lines changed

combinator/src/main/java/com/iluwatar/combinator/Finder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ default Finder or(Finder orFinder) {
7878
}
7979

8080
/**
81-
* combinator or.
81+
* combinator and.
8282
* @param andFinder finder to combine
8383
* @return new finder including previous finders
8484
*/

0 commit comments

Comments
 (0)