We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9a4c9 commit 5733e64Copy full SHA for 5733e64
language-guide/structs.md
@@ -1,6 +1,6 @@
1
# Structs
2
3
-**Structs** ([spec link][spec-structs]) represents custom types that you can define an
+**Structs** ([spec link][spec-structs]) represent custom types that you can define an
4
pass around within WDL. Structs are comprised of _member_ fields that have a name and an
5
associated type. The use of these custom types in more complex situations allows the
6
execution engine to do validation on your behalf, ensuring that your task or workflow
0 commit comments