mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-02-08 21:33:09 -05:00
update doc comment
This commit is contained in:
parent
ba6082a32f
commit
6c5d9e6f57
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use web_sys::{DisplayMediaStreamConstraints, MediaStream};
|
||||||
use crate::use_window::use_window;
|
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
|
/// ## Demo
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Reference in a new issue