mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +01:00
Fix typos (#13980)
Fix typos of https://github.com/nushell/nushell/actions/runs/11135506119/job/30945650562?pr=13978
This commit is contained in:
parent
a38663ec90
commit
9e6ada6411
@ -310,7 +310,7 @@ pub struct RecordLayer {
|
|||||||
column_names: Vec<String>,
|
column_names: Vec<String>,
|
||||||
// These are the raw records in the current layer. The sole reason we keep this around is so we can return the original value
|
// These are the raw records in the current layer. The sole reason we keep this around is so we can return the original value
|
||||||
// if it's being peeked. Otherwise we could accept an iterator over it.
|
// if it's being peeked. Otherwise we could accept an iterator over it.
|
||||||
// or if it could be Clonable we could do that anyway;
|
// or if it could be Cloneable we could do that anyway;
|
||||||
// cause it would keep memory footprint lower while keep everything working
|
// cause it would keep memory footprint lower while keep everything working
|
||||||
// (yee would make return O(n); we would need to traverse iterator once again; but maybe worth it)
|
// (yee would make return O(n); we would need to traverse iterator once again; but maybe worth it)
|
||||||
record_values: Vec<Vec<Value>>,
|
record_values: Vec<Vec<Value>>,
|
||||||
|
Loading…
Reference in New Issue
Block a user