doc: fix minor grammatical errors (#489)

A missing "and" after "an" (which I do all the time) and some tense clarification.
pull/494/head
jmrgibson 3 years ago committed by GitHub
parent e05b80cec1
commit a5f7019b2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,8 +71,8 @@
//! 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
//! your widget instance an area to draw to.
//! to customize them. The widget is then rendered using [`Frame::render_widget`] which takes
//! your widget instance and an area to draw to.
//!
//! The following example renders a block of the size of the terminal:
//!

Loading…
Cancel
Save