nushell / nushell.github.io

Nushell's main website, blog, book, and more
https://www.nushell.sh/book/
MIT License
162 stars 400 forks source link

Corrections to `Operators precedence` chapter #1393

Closed maxim-uvarov closed 2 months ago

maxim-uvarov commented 2 months ago

There was a mistake with the order of the not operator. It has been fixed, and information about the command help operators | sort-by precedence -r has been added.

P.S. I'm not a native English speaker. Even though I have consulted with ChatGPT several times, any corrections from native English speakers are welcome!

fdncred commented 2 months ago

Thanks