We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcb3f3c + d58ed31 commit 7db2057Copy full SHA for 7db2057
1 file changed
articles/azure-resource-manager/bicep/user-defined-data-types.md
@@ -146,7 +146,7 @@ The valid type expressions include:
146
type mixedTypeArray = ('fizz' | 42 | {an: 'object'} | null)[]
147
```
148
149
-In addition to be used in the `type` statement, type expressions can also be used in these places for creating user-defined date types:
+In addition to be used in the `type` statement, type expressions can also be used in these places for creating user-defined data types:
150
151
- As the type clause of a `param` statement. For example:
152
0 commit comments