mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Misc doc fixes (#12266)
# Description Just a bunch of miscellaneous fixes to the Rust documentation that I found recently while doing a pass on some things. # User-Facing Changes None
This commit is contained in:
@ -54,7 +54,7 @@ struct Alignments {
|
||||
}
|
||||
|
||||
impl NuTable {
|
||||
/// Creates an empty [Table] instance.
|
||||
/// Creates an empty [`NuTable`] instance.
|
||||
pub fn new(count_rows: usize, count_columns: usize) -> Self {
|
||||
Self {
|
||||
data: VecRecords::new(vec![vec![CellInfo::default(); count_columns]; count_rows]),
|
||||
|
Reference in New Issue
Block a user