Skip to content

Commit

Permalink
Fix typo (#2770)
Browse files Browse the repository at this point in the history
  • Loading branch information
tz629 authored Aug 24, 2023
1 parent e9bda1d commit 6dc49d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-util/src/io/window.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::ops::{Bound, Range, RangeBounds};

/// A owned window around an underlying buffer.
/// An owned window around an underlying buffer.
///
/// Normally slices work great for considering sub-portions of a buffer, but
/// unfortunately a slice is a *borrowed* type in Rust which has an associated
Expand Down

0 comments on commit 6dc49d0

Please sign in to comment.