doc change from engine-q to nushell ()

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

@ -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)]