[docs] Fix typo for javadoc newSlotInfo

This commit is contained in:
yangrong688 2022-06-29 18:43:24 +08:00 committed by Jiri Pechanec
parent 2a2b5462db
commit 774d1e4141
2 changed files with 2 additions and 1 deletions

View File

@ -406,6 +406,7 @@ Xinquan She
Xuan Shen
Yang Wu
Yang Yang
yangrong688
yangsanity
Yilong Chang
Yiming Liu

View File

@ -69,7 +69,7 @@ default boolean shouldStreamEventsStartingFromSnapshot() {
/**
* Return a new string that set up the transaction for snapshotting
*
* @param newSlotInfo if a new slow was created for snapshotting, this contains information from
* @param newSlotInfo if a new slot was created for snapshotting, this contains information from
* the `create_replication_slot` command
*/
default String snapshotTransactionIsolationLevelStatement(SlotCreationResult newSlotInfo) {