Unverified Commit fa69a0bf authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

two small docs typos in bytestream (#1321)

parent e9b00adc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@
//!
//! ```no_run
//! # #[cfg(feature = "rt-tokio")]
//! {
//! # {
//! use aws_smithy_http::byte_stream::ByteStream;
//! use std::path::Path;
//! struct GetObjectInput {
@@ -93,7 +93,7 @@
//!         .expect("valid path");
//!     GetObjectInput { body: bytestream }
//! }
//! }
//! # }
//! ```

use crate::body::SdkBody;
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
//! - Endpoint support
//! - HTTP header deserialization
//! - Event streams
//! - `ByteStream`: a misuse-resistant abstraction for streaming binary data
//! - [`ByteStream`](byte_stream::ByteStream): a misuse-resistant abstraction for streaming binary data
//!
//! | Feature        | Description |
//! |----------------|-------------|