diff --git a/core/src/main/java/org/apache/iceberg/data/avro/IcebergDecoder.java b/core/src/main/java/org/apache/iceberg/data/avro/IcebergDecoder.java index 7eca98a1cf..f326a880b4 100644 --- a/core/src/main/java/org/apache/iceberg/data/avro/IcebergDecoder.java +++ b/core/src/main/java/org/apache/iceberg/data/avro/IcebergDecoder.java @@ -57,8 +57,8 @@ public class IcebergDecoder extends MessageDecoder.BaseDecoder { * Creates a new decoder that constructs datum instances described by an {@link * org.apache.iceberg.Schema Iceberg schema}. * - *

The {@code readSchema} is as used the expected schema (read schema). Datum instances created - * by this class will are described by the expected schema. + *

The {@code readSchema} is used as the expected schema (read schema). Datum instances created + * by this class will be described by the expected schema. * *

The schema used to decode incoming buffers is determined by the schema fingerprint encoded * in the message header. This class can decode messages that were encoded using the {@code @@ -75,8 +75,8 @@ public IcebergDecoder(org.apache.iceberg.Schema readSchema) { * Creates a new decoder that constructs datum instances described by an {@link * org.apache.iceberg.Schema Iceberg schema}. * - *

The {@code readSchema} is as used the expected schema (read schema). Datum instances created - * by this class will are described by the expected schema. + *

The {@code readSchema} is used as the expected schema (read schema). Datum instances created + * by this class will be described by the expected schema. * *

The schema used to decode incoming buffers is determined by the schema fingerprint encoded * in the message header. This class can decode messages that were encoded using the {@code