Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Jul 25, 2023
1 parent e60021a commit eb07d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_sdk/src/recording_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ impl RecordingStreamBuilder {
///
/// ```no_run
/// let rec_stream = re_sdk::RecordingStreamBuilder::new("my_app")
/// .connect(re_sdk::default_server_addr())?;
/// .connect(re_sdk::default_server_addr(), re_sdk::Sink::TcpSink::DEFAULT_TIMEOUT)?;
/// # Ok::<(), Box<dyn std::error::Error>>(())
/// ```
pub fn connect(
Expand Down

0 comments on commit eb07d75

Please sign in to comment.