Skip to content

Commit

Permalink
Change Java to Kotlin
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
QuickWrite authored Aug 21, 2024
1 parent cff4c0c commit 749217b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ graph LR;
end
LI-->P(Parser);
P-->D(Java Datatype)
P-->D(Kotlin Datatype)
style Convert fill:#e1e1e1,stroke:none
style LT stroke:#808080,stroke-dasharray: 5 5
Expand Down

0 comments on commit 749217b

Please sign in to comment.