summaryrefslogtreecommitdiff
path: root/crates/nu-test-support/src
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng.ang@gmail.com>2022-12-26 15:31:26 +0800
committerGitHub <noreply@github.com>2022-12-26 02:31:26 -0500
commit79000aa5e05e276a97fa6557970a7b69ebda5158 (patch)
tree1515637bb33f43bb338a1bb404f9b558ca855ee6 /crates/nu-test-support/src
parent24153816829a64b7bc427b248cfbbd0688430ae3 (diff)
Fix typos by codespell (#7600)
# Description Found via `codespell -S target -L crate,ser,numer,falsy,ro,te,nd,bu,ndoes,statics,ons,fo,rouge,pard` # User-Facing Changes None. # Tests + Formatting None and done. # After Submitting None.
Diffstat (limited to 'crates/nu-test-support/src')
-rw-r--r--crates/nu-test-support/src/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/nu-test-support/src/macros.rs b/crates/nu-test-support/src/macros.rs
index 3e478c59c..09b81febe 100644
--- a/crates/nu-test-support/src/macros.rs
+++ b/crates/nu-test-support/src/macros.rs
@@ -15,7 +15,7 @@
///
/// ```no_run
/// # // NOTE: The `nu!` macro needs the `nu` binary to exist. The test are
-/// # // therefore only compiled but not run (thats what the `no_run` at
+/// # // therefore only compiled but not run (that's what the `no_run` at
/// # // the beginning of this code block is for).
/// #
/// use nu_test_support::nu;