Skip to content

Commit

Permalink
grammar attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Chen committed Jul 2, 2021
1 parent 704948b commit 3cd69f3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -83,7 +83,7 @@ enum OperationType {
/** The maximum number of writes that can be in a single batch. */
public static final int MAX_BATCH_SIZE = 20;

/** The maximum number of writes can be can in a batch being retried. */
/** The maximum number of writes that can be in a batch containing retries. */
public static final int RETRY_MAX_BATCH_SIZE = 10;

/**
Expand Down

0 comments on commit 3cd69f3

Please sign in to comment.