Skip to content

Commit 3543b25

Browse files
author
Toby Hodges
committed
corrected explanation of [] in imported type description
1 parent 02b637b commit 3543b25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_episodes/19-custom-types.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ inputs:
5757

5858
The reference to a custom type is a combination of the name of the file in which
5959
the object is defined (`InterProScan-apps.yml`) and the name of the object
60-
within that file (`apps`) that defines the custom type. The square brackets
61-
`[]` define the value of the imported type as an array.
60+
within that file (`apps`) that defines the custom type. The square brackets `[]`
61+
mean that an array of the preceding type is expected, in this case the `apps`
62+
type from the imported `InterProScan-apps.yaml` file
6263

6364
The contents of the YAML file describing the custom type are given below:
6465

0 commit comments

Comments
 (0)