We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b637b commit 3543b25Copy full SHA for 3543b25
_episodes/19-custom-types.md
@@ -57,8 +57,9 @@ inputs:
57
58
The reference to a custom type is a combination of the name of the file in which
59
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.
+within that file (`apps`) that defines the custom type. The square brackets `[]`
+mean that an array of the preceding type is expected, in this case the `apps`
62
+type from the imported `InterProScan-apps.yaml` file
63
64
The contents of the YAML file describing the custom type are given below:
65
0 commit comments