mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-20 03:25:47 +00:00
rust: fix a couple of doc comments
This commit is contained in:
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…
Reference in New Issue
Block a user