Skip to content

Commit 749217b

Browse files
authored
Change Java to Kotlin
Even though this program runs primarily on the JRE, this is based upon data types that were "migrated" towards Kotlin. So these are technically Kotlin datatypes.
1 parent cff4c0c commit 749217b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ graph LR;
2727
end
2828
2929
LI-->P(Parser);
30-
P-->D(Java Datatype)
30+
P-->D(Kotlin Datatype)
3131
3232
style Convert fill:#e1e1e1,stroke:none
3333
style LT stroke:#808080,stroke-dasharray: 5 5

0 commit comments

Comments
 (0)