Skip to content

Commit adac1a1

Browse files
committed
Fix doc-comment typo
Signed-off-by: Sahas Subramanian <sahas.subramanian@proton.me>
1 parent 5de5aa2 commit adac1a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/microgrid_client_actor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ async fn handle_retry_timer(
213213
Ok(())
214214
}
215215

216-
/// Creates anew data stream for the given component ID and starts a task to
216+
/// Creates a new data stream for the given component ID and starts a task to
217217
/// fetch data from it in a loop.
218218
async fn start_component_data_stream(
219219
client: &mut MicrogridClient<Channel>,

0 commit comments

Comments
 (0)