We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee2160 commit 9312059Copy full SHA for 9312059
callback/src/main/java/com/iluwatar/App.java
@@ -1,7 +1,7 @@
1
package com.iluwatar;
2
3
/**
4
- * Callback pattern is more native for dynamic languages where function are first-class citizen.
+ * Callback pattern is more native for functional languages where function is treated as first-class citizen.
5
* Prior to Java8 can be simulated using simple (alike command) interfaces.
6
*/
7
public class App {
0 commit comments