We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a65ed commit d58ed31Copy full SHA for d58ed31
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