From d61c5fa76eabf418e945f369114c8fedd81a5ec8 Mon Sep 17 00:00:00 2001 From: Jose Date: Mon, 2 Dec 2024 15:44:05 +0100 Subject: [PATCH] Update cpp/src/DataStorm/Contract.ice Co-authored-by: Joe George --- cpp/src/DataStorm/Contract.ice | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/DataStorm/Contract.ice b/cpp/src/DataStorm/Contract.ice index 2cb14c6e634..3099f4a52b6 100644 --- a/cpp/src/DataStorm/Contract.ice +++ b/cpp/src/DataStorm/Contract.ice @@ -265,7 +265,7 @@ module DataStormContract /// Announces new elements to the peer. /// /// The peer will invoke `attachElements` for the elements it is interested in. The announced elements include - /// the readers, and writers associated with the specified topic. + /// the readers and writers associated with the specified topic. /// /// @param topic The ID of the topic associated with the elements. /// @param elements The sequence of elements to announce.