diff --git a/crates/nu-protocol/src/value/mod.rs b/crates/nu-protocol/src/value/mod.rs index bf712c4f7e..c97fa12af3 100644 --- a/crates/nu-protocol/src/value/mod.rs +++ b/crates/nu-protocol/src/value/mod.rs @@ -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)]