doc change from engine-q to nushell (#5134)

This commit is contained in:
Michael Angerman
2022-04-08 10:29:21 -07:00
committed by GitHub
parent 74d0f19291
commit aaec840b91

View File

@ -30,7 +30,7 @@ pub use custom_value::CustomValue;
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
// impact on the PartialOrd implementation and the global sort order
#[derive(Debug, Serialize, Deserialize)]