We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fd7d5 commit 66873f8Copy full SHA for 66873f8
src/lambdas/functional_interfaces.md
@@ -1,6 +1,6 @@
1
# Functional Interfaces
2
3
-If an interface has only a one method that needs to be implemented we would call that a "functional interface."[^SAM]
+If an interface has only one method that needs to be implemented we would call that a "functional interface."[^SAM]
4
5
```java
6
interface Band {
0 commit comments