From 385c5d77268025cae422bd95d8142813fe4c38fd Mon Sep 17 00:00:00 2001 From: Augusto Date: Fri, 20 Dec 2019 14:10:54 +0000 Subject: [PATCH] Fixing capitalization --- subjects/go-reloaded.audit.en.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/subjects/go-reloaded.audit.en.md b/subjects/go-reloaded.audit.en.md index bf81aae23..bcb285add 100644 --- a/subjects/go-reloaded.audit.en.md +++ b/subjects/go-reloaded.audit.en.md @@ -1,29 +1,29 @@ #### Atoi ##### Try with the argument: "" -###### 0 is the ouput?•1 +###### `0` Is the ouput?•1 ##### Try with the argument: "-" -###### `0` is the returned value of the function?•1 +###### `0` Is the returned value of the function?•1 ##### Try with the argument: "+" -###### `0` is the returned value of the function?•1 +###### `0` Is the returned value of the function?•1 ##### Try with the argument: "0" -###### `0` is the returned value of the function?•1 +###### `0` Is the returned value of the function?•1 ##### Try with the argument: "+0" -###### `0` is the returned value of the function?•1 +###### `0` Is the returned value of the function?•1 ##### Try with the argument: "-Invalid123" -###### *`0` is the returned value of the function?•7389 +###### *`0` Is the returned value of the function?•7389 ##### Try with the argument: "--123" -###### `0` is the returned value of the function?•1 +###### `0` Is the returned value of the function?•1 ##### Try with the argument: "1" -###### `1` is the returned value of the function?•1 +###### `1` Is the returned value of the function?•1 ##### Try with the argument: "-3" -###### `-3` is the returned value of the function?•1 +###### `-3` Is the returned value of the function?•1 ##### Try with the argument: "8292" -###### `8292` is the returned value of the function?•1 +###### `8292` Is the returned value of the function?•1 ##### Try with the argument: "9223372036854775807" -###### `9223372036854775807` is the returned value of the function?•1 +###### `9223372036854775807` Is the returned value of the function?•1 ##### Try with the argument: "-9223372036854775808" -###### `-9223372036854775808` is the returned value of the function?•1 +###### `-9223372036854775808` Is the returned value of the function?•1 #### RecursivePower