nushell / nushell.github.io

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

Added missing types in Basic Types section. #1285

Closed edhowland closed 5 months ago

edhowland commented 6 months ago

Filled out type descriptions for this section.

Added a new H2 section explaining type signatures in Nu.

fdncred commented 5 months ago

@edhowland The CI suggests that these words are spelled wrong.

Warning: "syntatic" should be "syntactic". Warning: "occurance" should be "occurrence". Warning: "witha" should be "with". Warning: "sepcific" should be "specific". Warning: "ony" should be "only" or "on" or "one". Warning: "prameter" should be "parameter". Warning: "programatically" should be "programmatically". Warning: "effectly" should be "effectively". Warning: "syntatic" should be "syntactic".

There's also a docs build error that I'm unsure what to do with.

fdncred commented 5 months ago

Thanks @edhowland!