diff --git a/docs-source/src/en/api/features.md b/docs-source/src/en/api/features.md index 7de98dc..3e34a21 100644 --- a/docs-source/src/en/api/features.md +++ b/docs-source/src/en/api/features.md @@ -1744,7 +1744,7 @@ At the same time, they all have their own corresponding package types in Java, s Similarly, arrays also have corresponding wrapper types, which also need to be distinguished from Java **primitive type keywords**. -For example, the encapsulation type of **byte[]** is **ByteArrayType** or **ArrayClass(ByteType)**, and the encapsulation type of **Byte[]** is **ByteArrayClass** or **ArrayClass(ByteClass )**, these types are also **unequal**. +For example, the encapsulation type of **byte[]** is **ByteArrayType** or **ArrayClass(ByteType)**, and the encapsulation type of **Byte[]** is **ByteArrayClass** or **ArrayClass(ByteClass)**, these types are also **unequal**. :::