Skip to content

Commit 98d62d7

Browse files
committed
typo
1 parent 4f6d023 commit 98d62d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/re_data_source/src/load_stdin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use re_smart_channel::Sender;
44
/// Asynchronously loads RRD data streaming in from standard input.
55
///
66
/// This fails synchronously iff the standard input stream could not be opened, otherwise errors
7-
/// are handlded asynchronously (as in: they're logged).
7+
/// are handled asynchronously (as in: they're logged).
88
pub fn load_stdin(tx: Sender<LogMsg>) -> anyhow::Result<()> {
99
let version_policy = re_log_encoding::decoder::VersionPolicy::Warn;
1010

docs/content/reference/sdk-operating-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Use [`rr.save`](https://ref.rerun.io/docs/python/stable/common/initialization_fu
7676
Use [`RecordingStream::save`](https://docs.rs/rerun/latest/rerun/struct.RecordingStream.html#method.save).
7777

7878

79-
## Standard Input/Ouput
79+
## Standard Input/Output
8080

8181
Streams all logging data to standard output, which can then be loaded by the Rerun Viewer by streaming it from standard input.
8282

0 commit comments

Comments
 (0)