Skip to content

Commit

Permalink
npm run format
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Jan 1, 2025
1 parent ee212ec commit 2d66b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/tutorials/json-editor/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ use std::io;

You might notice that we are using `stderr` for our output. This is because we want to allow the
user to pipe their completed json to other programs like `ratatui-tutorial > output.json`. To do
this, we are using the fact that `stderr` is piped differently than `stdout`. We render output
to `stderr`, and print our completed json to `stdout`.
this, we are using the fact that `stderr` is piped differently than `stdout`. We render output to
`stderr`, and print our completed json to `stdout`.

For more information, please read the
[crossterm documentation](https://docs.rs/crossterm/latest/crossterm/)
Expand Down

0 comments on commit 2d66b81

Please sign in to comment.