Skip to content

Commit 2e97e21

Browse files
authored
Fix typo and link in Nushell 0.104.0 blog post (#1903)
1 parent 90b5a61 commit 2e97e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/2025-04-29-nushell_0_104_0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Also, with [#15486](https://github.com/nushell/nushell/pull/15486) from [@mztikk
250250

251251
### New flag `glob --follow-symlinks` [[toc](#table-of-contents)]
252252

253-
[@sebasnallar](https://github.com/sebasnallar) added `--follow-symlinks` to ... folllow symlinks when globbing ([#15626](https://github.com/nushell/nushell/pull/15626))
253+
[@sebasnallar](https://github.com/sebasnallar) added `--follow-symlinks` to ... follow symlinks when globbing ([#15626](https://github.com/nushell/nushell/pull/15626))
254254

255255
### Substring match algorithm [[toc](#table-of-contents)]
256256

@@ -268,7 +268,7 @@ Instead, users can now explicitly choose to opt-in to that functionality using t
268268

269269
### `str join` formatting for `datetime` values has changed [[toc](#table-of-contents)]
270270

271-
When a `datetime` is passed to `str join`, the resulting format of the string has changed. With [#15629](https://github.com/nushell/nushell/pull/15629) from [@LoicRiegel](https://github, it will now format positive dates using RFC2822 and negative dates using RFC3339.
271+
When a `datetime` is passed to `str join`, the resulting format of the string has changed. With [#15629](https://github.com/nushell/nushell/pull/15629) from [@LoicRiegel](https://github.com/LoicRiegel), it will now format positive dates using RFC2822 and negative dates using RFC3339.
272272

273273
This could be a breaking change if you depend on a particular format of the output of `str join`. Consider using `format date` before `str join`.
274274

0 commit comments

Comments
 (0)