Fix doc and code comment typos (#14366)

# User-Facing Changes

* Fixes `polars value-counts --column` help text typo
* Fixes `polars agg-groups` help text typo
This commit is contained in:
Jan Klass
2024-11-17 19:17:35 +01:00
committed by GitHub
parent 029c586717
commit 6c36bd822c
3 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ impl Command for External {
// believe the user wants to use the windows association to run the script. The only
// easy way to do this is to run cmd.exe with the script as an argument.
let potential_nuscript_in_windows = if cfg!(windows) {
// let's make sure it's a .nu scrtipt
// let's make sure it's a .nu script
if let Some(executable) = which(&expanded_name, "", cwd.as_ref()) {
let ext = executable
.extension()