From 622141c5eb255d3855c138535c0f93003a0a79ae Mon Sep 17 00:00:00 2001 From: DimAn Date: Tue, 11 Apr 2023 01:28:34 +0200 Subject: [PATCH] doc: typo in geyser plugin doc (#31125) doc: typo --- docs/src/developing/plugins/geyser-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developing/plugins/geyser-plugins.md b/docs/src/developing/plugins/geyser-plugins.md index 382f7f647f..30ac70a439 100644 --- a/docs/src/developing/plugins/geyser-plugins.md +++ b/docs/src/developing/plugins/geyser-plugins.md @@ -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` ```