Skip to content

Commit da63514

Browse files
authored
Fixed overflowing content on 0.114 blog post (#2193)
1 parent 2d2d971 commit da63514

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

blog/2026-07-04-nushell_v0_114_0.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,6 @@ Let's see how this works with an example:
361361

362362
`$in` variable is now typed based on the pipeline input type of the surrounding expression.
363363

364-
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr)); row-gap: 2rem; justify-items: center;">
365-
<div>
366-
367364
```ansi:no-line-numbers title="Before. Error is caught at runtime."
368365
Error: nu::shell::operator_incompatible_types
369366
@@ -377,9 +374,6 @@ Error: nu::shell::operator_incompatible_types
377374
╰────
378375
```
379376

380-
</div>
381-
<div>
382-
383377
```ansi:no-line-numbers title="After. Error is caught at parse time."
384378
Error: nu::parser::operator_incompatible_types
385379
@@ -393,9 +387,6 @@ Error: nu::parser::operator_incompatible_types
393387
╰────
394388
```
395389

396-
</div>
397-
</div>
398-
399390
#### Better type inference of `let` bindings
400391

401392
`let` bindings in the middle of a pipeline, or at the end of it, are now properly typed based ont the pipeline input type.

0 commit comments

Comments
 (0)