fix a typo (#9393)

related to
-
bdb09a9a00
- [this
job](https://github.com/nushell/nushell/actions/runs/5224369668/jobs/9432486180?pr=9392)
from #9392
- [this
job](https://github.com/nushell/nushell/actions/runs/5222835000/jobs/9428854834?pr=9391)
from #9391

# Description
this PR tries to fix the typo reported in these very recent PRs
This commit is contained in:
Antoine Stevan 2023-06-10 00:14:18 +02:00 committed by GitHub
parent 1edd3e7c3b
commit ce71ea0b5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,7 +387,7 @@ fn in_iteration() -> TestResult {
}
#[test]
fn reuseable_in() -> TestResult {
fn reusable_in() -> TestResult {
run_test(
r#"[1, 2, 3, 4] | take (($in | length) - 1) | math sum"#,
"6",