rust: fix a couple of doc comments

pull/1358/head
Ben Spencer 4 years ago committed by Nick Black
parent 2190d3eaf0
commit 9625450848

@ -62,7 +62,7 @@ impl NcCell {
///
/// - Breaks the UTF-8 string in `gcluster` down, setting up this NcCell.
/// - Returns the number of bytes copied out of `gcluster`.
/// - The styling of the cell is left untouched, but any resources are released.
/// - Any resources are released.
/// - Blasts the styling with `style` and `channels`.
///
/// *C style function: [cell_prime()][crate::cell_prime].*

@ -53,7 +53,7 @@ impl<'a> FullMode<'a> {
raw_wrap![Notcurses::new()]
}
/// New FullMode, without banners.
/// New FullMode, with banners.
pub fn with_banners() -> NcResult<Self> {
raw_wrap![Notcurses::with_banners()]
}

Loading…
Cancel
Save