Update EarlybirdSchemaBuilder.java

Simple typo correction
This commit is contained in:
AussieDev81 2023-04-01 22:10:57 +10:00 committed by GitHub
parent ec83d01dca
commit 2c31078743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ public class EarlybirdSchemaBuilder extends SchemaBuilder {
/**
* Configure the specified field to be Out-of-order.
* In the realtime cluster, this causes Earlybird to used the skip list posting format.
* In the realtime cluster, this causes Earlybird to use the skip list posting format.
*/
public final EarlybirdSchemaBuilder withOutOfOrderEnabledForField(String fieldName) {
if (!shouldIncludeField(fieldName)) {