X Tutup
Skip to content

Commit 9312059

Browse files
committed
Callback pattern description amendment
1 parent eee2160 commit 9312059

File tree

1 file changed

+1
-1
lines changed
  • callback/src/main/java/com/iluwatar

1 file changed

+1
-1
lines changed

callback/src/main/java/com/iluwatar/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.iluwatar;
22

33
/**
4-
* Callback pattern is more native for dynamic languages where function are first-class citizen.
4+
* Callback pattern is more native for functional languages where function is treated as first-class citizen.
55
* Prior to Java8 can be simulated using simple (alike command) interfaces.
66
*/
77
public class App {

0 commit comments

Comments
 (0)
X Tutup