Skip to content

Commit 66873f8

Browse files
committed
Fix grammar
1 parent e6fd7d5 commit 66873f8

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
@@ -1,6 +1,6 @@
11
# Functional Interfaces
22

3-
If an interface has only a one method that needs to be implemented we would call that a "functional interface."[^SAM]
3+
If an interface has only one method that needs to be implemented we would call that a "functional interface."[^SAM]
44

55
```java
66
interface Band {

0 commit comments

Comments
 (0)