Fix PaneGrid documentation example

This commit is contained in:
Héctor Ramón Jiménez 2020-06-08 18:34:41 +02:00
parent dcc4bb77e9
commit 172bd78a91

View File

@ -76,7 +76,7 @@ use crate::{
/// }.into() /// }.into()
/// }) /// })
/// .on_drag(Message::PaneDragged) /// .on_drag(Message::PaneDragged)
/// .on_resize(Message::PaneResized); /// .on_resize(10, Message::PaneResized);
/// ``` /// ```
/// ///
/// [`PaneGrid`]: struct.PaneGrid.html /// [`PaneGrid`]: struct.PaneGrid.html