update doc comment

This commit is contained in:
Sean Aye 2023-11-29 18:55:22 -05:00
parent ba6082a32f
commit 6c5d9e6f57

View file

@ -4,7 +4,7 @@ use web_sys::{DisplayMediaStreamConstraints, MediaStream};
use crate::use_window::use_window;
/// Get a media stream from the user's display.
/// Get a Resource containing a media stream from the user's display.
///
/// ## Demo
///