Skip to content

Commit 9d9d162

Browse files
authored
Add 'boolean' the list of available primitive types (#427)
1 parent 977b9a5 commit 9d9d162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/topics/inputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `inputs` of a tool is a list of input parameters that control how to
66
run the tool. Each parameter has an `id` for the name of parameter, and
77
`type` describing what types of values are valid for that parameter.
88

9-
Available primitive types are *string*, *int*, *long*, *float*, *double*,
9+
Available primitive types are *string*, *boolean*, *int*, *long*, *float*, *double*,
1010
and *null*; complex types are *array* and *record*; in addition there are
1111
special types *File*, *Directory* and *Any*.
1212

0 commit comments

Comments
 (0)