diff options
author | noahmarro <68234387+noahmarro@users.noreply.github.com> | 2023-09-09 20:13:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-09 20:13:40 +0200 |
commit | 1590fba5f2a7c53b180bd5257cc13cbe79c621fe (patch) | |
tree | 7a8be3784c57a22f7d5e0d45b95d1eda397757c1 /java.html.markdown | |
parent | fe3d3fd1ef8f0394a96eba96ad237234f0e43d1e (diff) |
Typo java.html.markdown
Diffstat (limited to 'java.html.markdown')
-rw-r--r-- | java.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java.html.markdown b/java.html.markdown index 10b2315b..6003f8ef 100644 --- a/java.html.markdown +++ b/java.html.markdown @@ -185,7 +185,7 @@ public class LearnJava { // // BigInteger is a data type that allows programmers to manipulate // integers longer than 64-bits. Integers are stored as an array of - // of bytes and are manipulated using functions built into BigInteger + // bytes and are manipulated using functions built into BigInteger // // BigInteger can be initialized using an array of bytes or a string. BigInteger fooBigInteger = new BigInteger(fooByteArray); |