Skip to content

Commit c0cc234

Browse files
committed
fix typo
1 parent e827130 commit c0cc234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/capturer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl Capturer {
143143
/// Attempts to return the next captured frame without blocking.
144144
///
145145
/// Processes all currently available channel items until a usable frame is found.
146-
/// Returns `Ok(None)` if no frames are available at this moment (not that items were filtered).
146+
/// Returns `Ok(None)` if no frames are available at this moment (note that items were filtered).
147147
/// Returns `Err(mpsc::RecvError)` if the capture channel has been disconnected.
148148
pub fn try_get_next_frame(&self) -> Result<Option<Frame>, mpsc::RecvError> {
149149
loop {

0 commit comments

Comments
 (0)