diff options
author | Ivan Tham | 2021-06-19 15:11:26 +0000 |
---|---|---|
committer | Ivan Tham | 2021-06-20 15:13:36 +0000 |
commit | 985625763addd839a101263ae90cfb2f205830fc (patch) | |
tree | f6b682218211b2c29e4ab88f65dcb86b88cc2f46 /helix-tui/src/lib.rs | |
parent | eaf259f8aa57c170e0f3268c837bbb25b934bf80 (diff) |
Fix doc warnings
Diffstat (limited to 'helix-tui/src/lib.rs')
-rw-r--r-- | helix-tui/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-tui/src/lib.rs b/helix-tui/src/lib.rs index 0d466f8b..05263bc8 100644 --- a/helix-tui/src/lib.rs +++ b/helix-tui/src/lib.rs @@ -44,7 +44,7 @@ //! implement your own. //! //! Each widget follows a builder pattern API providing a default configuration along with methods -//! to customize them. The widget is then rendered using the [`Frame::render_widget`] which take +//! to customize them. The widget is then rendered using the `Frame::render_widget` which take //! your widget instance an area to draw to. //! //! The following example renders a block of the size of the terminal: |