Skip to content

Commit 964cea9

Browse files
authored
Avoid additional instances of <>s pattern in release notes
1 parent cc4aca5 commit 964cea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-09-02-nushell_0_107_0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ Previously, converting values to `binary` with `into binary` could only do so in
380380
# => 00000000: 00 00 00 00 00 00 01 02
381381
```
382382

383-
Note that this only affects `int`, `float`, `filesize`, `bool` and `duration` (i.e. it does not affect `string`, `date` and `binary`). Likewise, only the individual elements in `table`s and `record`s are affected (not the `table` or `record` itself)
383+
Note that this only affects `int`, `float`, `filesize`, `bool` and `duration` (i.e. it does not affect `string`, `date` and `binary`). Likewise, only the individual elements in `table` and `record` values are affected (not the `table` or `record` itself)
384384

385385
### Other additions
386386

0 commit comments

Comments
 (0)