File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/re_data_source/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use re_smart_channel::Sender;
4
4
/// Asynchronously loads RRD data streaming in from standard input.
5
5
///
6
6
/// 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).
8
8
pub fn load_stdin ( tx : Sender < LogMsg > ) -> anyhow:: Result < ( ) > {
9
9
let version_policy = re_log_encoding:: decoder:: VersionPolicy :: Warn ;
10
10
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Use [`rr.save`](https://ref.rerun.io/docs/python/stable/common/initialization_fu
76
76
Use [ ` RecordingStream::save ` ] ( https://docs.rs/rerun/latest/rerun/struct.RecordingStream.html#method.save ) .
77
77
78
78
79
- ## Standard Input/Ouput
79
+ ## Standard Input/Output
80
80
81
81
Streams all logging data to standard output, which can then be loaded by the Rerun Viewer by streaming it from standard input.
82
82
You can’t perform that action at this time.
0 commit comments