We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e827130 commit c0cc234Copy full SHA for c0cc234
src/capturer/mod.rs
@@ -143,7 +143,7 @@ impl Capturer {
143
/// Attempts to return the next captured frame without blocking.
144
///
145
/// 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).
+ /// Returns `Ok(None)` if no frames are available at this moment (note that items were filtered).
147
/// Returns `Err(mpsc::RecvError)` if the capture channel has been disconnected.
148
pub fn try_get_next_frame(&self) -> Result<Option<Frame>, mpsc::RecvError> {
149
loop {
0 commit comments