From bc10793efe1dfb1a5fe454d8c7264754215c7403 Mon Sep 17 00:00:00 2001 From: Roman <44613085+Romainua@users.noreply.github.com> Date: Thu, 22 Sep 2022 20:01:11 +0200 Subject: [PATCH] Update rust-sdk.md (#4732) minor change --- doc/src/build/rust-sdk.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/build/rust-sdk.md b/doc/src/build/rust-sdk.md index fe3305583ec91..966a6b268fc46 100644 --- a/doc/src/build/rust-sdk.md +++ b/doc/src/build/rust-sdk.md @@ -109,7 +109,7 @@ async fn main() -> Result<(), anyhow::Error> { ### Example 3 - Event subscription -Use the the WebSocket client to [subscribe to events](pubsub.md). +Use the WebSocket client to [subscribe to events](pubsub.md). ```rust use futures::StreamExt;