From aaec840b912d3d1c87d207bb0e85296908beae36 Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Fri, 8 Apr 2022 10:29:21 -0700 Subject: [PATCH] doc change from engine-q to nushell (#5134) --- crates/nu-protocol/src/value/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)]