mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 08:06:03 +02:00
Fix typos and capitalization of "Unicode" (#3234)
* Capitalize "Unicode" * Fix several typos * Fix mixed whitespace in nu-parser's tests
This commit is contained in:
@ -119,9 +119,9 @@ impl EvaluationContext {
|
||||
/// If an error occurs while loading the config:
|
||||
/// The config is not loaded
|
||||
/// The error is returned
|
||||
/// After successfull loading of the config the startup scripts are run
|
||||
/// After successful loading of the config the startup scripts are run
|
||||
/// as normal scripts (Errors are printed out, ...)
|
||||
/// After executing the startup scripts, true is returned to indicate successfull loading
|
||||
/// After executing the startup scripts, true is returned to indicate successful loading
|
||||
/// of the config
|
||||
//
|
||||
// The rational here is that, we should not partially load any config
|
||||
|
Reference in New Issue
Block a user