mirror of
https://github.com/nushell/nushell
synced 2024-12-28 14:03:09 +00:00
doc change from engine-q to nushell (#5134)
This commit is contained in:
parent
74d0f19291
commit
aaec840b91
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ pub use custom_value::CustomValue;
|
||||||
|
|
||||||
use crate::ShellError;
|
use crate::ShellError;
|
||||||
|
|
||||||
/// Core structured values that pass through the pipeline in engine-q
|
/// Core structured values that pass through the pipeline in Nushell.
|
||||||
// NOTE: Please do not reorder these enum cases without thinking through the
|
// NOTE: Please do not reorder these enum cases without thinking through the
|
||||||
// impact on the PartialOrd implementation and the global sort order
|
// impact on the PartialOrd implementation and the global sort order
|
||||||
#[derive(Debug, Serialize, Deserialize)]
|
#[derive(Debug, Serialize, Deserialize)]
|
||||||
|
|
Loading…
Reference in a new issue