Skip to content

Commit 92b6760

Browse files
authored
Fix blog post typos (nushell#1770)
1 parent 66c8888 commit 92b6760

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

blog/2024-01-06-twin0228.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
- yukitomoda [refactored tests](https://github.com/nushell/nushell/pull/11479), [fixed a test which fails on Windows](https://github.com/nushell/nushell/pull/11478), and [fixed rm for symlinks pointing to directory on windows (issue #11461)](https://github.com/nushell/nushell/pull/11463)
77
- NotLebedev [added some XML validation](https://github.com/nushell/nushell/pull/11487)
88
- WindSoilder [updated reedline](https://github.com/nushell/nushell/pull/11490)
9-
- hustcer created [fixed builds fo riscv64](https://github.com/nushell/nushell/pull/11476)
9+
- hustcer created [fixed builds for riscv64](https://github.com/nushell/nushell/pull/11476)
1010
- rsteube [reverted "Return external file completions if not empty (#10898)"](https://github.com/nushell/nushell/pull/11446)
1111
- fdncred [bumped the rust toolchain to 1.73.0](https://github.com/nushell/nushell/pull/11445)
1212

blog/2024-01-19-twin0230.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
## Nu_Scripts
2929

30-
- fj0r created [use `fill -c` instead of `str repeat`](https://github.com/nushell/nu_scripts/pull/740), and [fix docker.nu and kubernetes.nu](https://github.com/nushell/nu_scripts/pull/739), and [git-v2: imporve message of `gp`](https://github.com/nushell/nu_scripts/pull/738)
30+
- fj0r created [use `fill -c` instead of `str repeat`](https://github.com/nushell/nu_scripts/pull/740), and [fix docker.nu and kubernetes.nu](https://github.com/nushell/nu_scripts/pull/739), and [git-v2: improve message of `gp`](https://github.com/nushell/nu_scripts/pull/738)
3131
- fdncred created [change the string interpolation in git aliases](https://github.com/nushell/nu_scripts/pull/735), and [tweak some git aliases so they work](https://github.com/nushell/nu_scripts/pull/734)
3232

3333
## reedline

blog/2024-03-01-twin0236.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- ZzMzaw [extended the clear command so it can clear the terminal's history](https://github.com/nushell/nushell/pull/12008)
1313
- hustcer [made coreutils umkdir the default mkdir](https://github.com/nushell/nushell/pull/12007), and [fixed Windows msvc \*.msi builds](https://github.com/nushell/nushell/pull/11986)
1414
- kik4444 [fixed `touch` to allow changing timestamps on directories](https://github.com/nushell/nushell/pull/12005)
15-
- FilipAndersson245 [replaced the Criterion benchmarking frameword with Divan](https://github.com/nushell/nushell/pull/12000), [made benchmark changes](https://github.com/nushell/nushell/pull/11998), and [fixed tests.](https://github.com/nushell/nushell/pull/11994)
15+
- FilipAndersson245 [replaced the Criterion benchmarking framework with Divan](https://github.com/nushell/nushell/pull/12000), [made benchmark changes](https://github.com/nushell/nushell/pull/11998), and [fixed tests.](https://github.com/nushell/nushell/pull/11994)
1616
- ayax79 [fixed up an issue with dataframes](https://github.com/nushell/nushell/pull/11987), and [handled more errors in the REPL so they don't propagate up and kill the REPL](https://github.com/nushell/nushell/pull/11953)
1717
- nils-degroot [added date support in `from xlsx`](https://github.com/nushell/nushell/pull/11952)
1818
- sholderbach [removed some unnecessary static `Vec`s](https://github.com/nushell/nushell/pull/11947), [fixed `cargo b -p nu-command --tests`](https://github.com/nushell/nushell/pull/11939), and [fixed a future lint by `truncate(false)` in `touch`](https://github.com/nushell/nushell/pull/11863)

0 commit comments

Comments
 (0)