Skip to content

Commit d650e8f

Browse files
committed
Fix grammar
1 parent 66873f8 commit d650e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lambdas/functional_interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface Band {
3434
}
3535
```
3636

37-
Functions take input and return an output. We call them functional interfaces because with you can treat them as being functions whose input and output are the same as that one method to be implemented.
37+
Functions take input and return an output. We call them functional interfaces because you can treat them as being functions whose input and output are the same as that one method to be implemented.
3838

3939

4040
[^SAM]: You might also see these referred to as SAM interfaces. SAM for Single Abstract Method.

0 commit comments

Comments
 (0)