mirror of https://github.com/helix-editor/helix
Fix typo in helix-tui text module docs (#13860)
parent
f75d71844f
commit
e03f100187
|
@ -10,7 +10,7 @@
|
|||
//! These types form a hierarchy: [`Spans`] is a collection of [`Span`] and each line of [`Text`]
|
||||
//! is a [`Spans`].
|
||||
//!
|
||||
//! Keep it mind that a lot of widgets will use those types to advertise what kind of string is
|
||||
//! Keep in mind that a lot of widgets will use those types to advertise what kind of string is
|
||||
//! supported for their properties. Moreover, `tui` provides convenient `From` implementations so
|
||||
//! that you can start by using simple `String` or `&str` and then promote them to the previous
|
||||
//! primitives when you need additional styling capabilities.
|
||||
|
|
Loading…
Reference in New Issue