mirror of
https://github.com/nushell/nushell
synced 2025-01-13 13:49:21 +00:00
Fix typo
This commit is contained in:
parent
1b863cbb2b
commit
c80907b7e6
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ Nu adheres closely to a set of goals that make up its design philosophy. As feat
|
|||
|
||||
* Nu views data as both structured and unstructured. It is an object shell like PowerShell.
|
||||
|
||||
* Finally, Nu views data functionally. Rather than using mutation, pipelines act as a mean to load, change, and save data without mutable state.
|
||||
* Finally, Nu views data functionally. Rather than using mutation, pipelines act as a means to load, change, and save data without mutable state.
|
||||
|
||||
# Commands
|
||||
## Initial commands
|
||||
|
|
Loading…
Reference in a new issue