Merge pull request #4753 from noahmarro/patch-1

[java/en] typo in java.html.markdown
This commit is contained in:
Marcel Ribeiro-Dantas 2023-09-11 11:37:45 -03:00 committed by GitHub
commit 5f4306a482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);