doc: typo in geyser plugin doc (#31125)

doc: typo
This commit is contained in:
DimAn 2023-04-11 01:28:34 +02:00 committed by GitHub
parent fe8a4015ca
commit 622141c5eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ The following method is used for notifying transactions:
) -> Result<()>
```
The `ReplicaTransactionInfoVersionsoVersions` struct
The `ReplicaTransactionInfoVersions` struct
contains the information about a streamed transaction. It wraps `ReplicaTransactionInfo`
```