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.
2 parents 3d878f6 + ab7e2d2 commit f4309c4Copy full SHA for f4309c4
README.md
@@ -267,7 +267,7 @@ Remember the formula example from the first section? Interface `Formula` defines
267
Default methods **cannot** be accessed from within lambda expressions. The following code does not compile:
268
269
```java
270
-Formula formula = (a) -> sqrt( a * 100);
+Formula formula = (a) -> sqrt(a * 100);
271
```
272
273
0 commit comments