mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
use typos
for corrections (#833)
I used [typos](https://github.com/crate-ci/typos/). I manually checked all the corrections and they seem safe to me. There are still some left, but those in this PR are good
This commit is contained in:
parent
a0aa600153
commit
afde2592a6
42 changed files with 102 additions and 90 deletions
|
@ -1,6 +1,6 @@
|
|||
let appID = "" #YOUR APP_ID
|
||||
|
||||
#Fetch simple anwser from WolframAlpha API
|
||||
#Fetch simple answer from WolframAlpha API
|
||||
def wolfram [...query #Your query
|
||||
] {
|
||||
let query_string = ($query | str join " ")
|
||||
|
@ -8,7 +8,7 @@ def wolfram [...query #Your query
|
|||
$result + ""
|
||||
}
|
||||
|
||||
#Fetch image with full anwser from WolframAlpha API
|
||||
#Fetch image with full answer from WolframAlpha API
|
||||
def wolframimg [...query #Your query
|
||||
] {
|
||||
let query_string = ($query | str join " ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue