Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Flad <bflad417@gmail.com>
  • Loading branch information
SBGoods and bflad committed Apr 18, 2024
1 parent 7e42e72 commit 13b963d
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -218,7 +218,7 @@ scaffolding(stringInput string, boolInput bool, float64Input number, intInput nu
1. `stringInput` (String) Value to echo testing
1. `boolInput` (Boolean) Value to echo testing
1. `float64Input` (Number) Float64 Value to echo
1. `intInput` (Number) Int64 Value to echo
1. `int64Input` (Number) Int64 Value to echo
1. `listStringInput` (List of String) List of strings to echo
1. `mapStringInput` (Map of String) Map of strings to echo
1. `numberInput` (Number) Number to echo
Expand Down Expand Up @@ -581,7 +581,7 @@ scaffolding(stringInput string, boolInput bool, float64Input number, intInput nu
"type": "number"
},
{
"name": "intInput",
"name": "int64Input",
"description": "Int64 Value to echo",
"type": "number"
},
Expand Down

0 comments on commit 13b963d

Please sign in to comment.