Skip to content

Commit 2f084cb

Browse files
authored
Update user-defined-data-types.md
1 parent b8a3495 commit 2f084cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/azure-resource-manager/bicep/user-defined-data-types.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,7 @@ The valid type expressions include:
105105
}
106106
```
107107
108-
#### Recursion
109-
110-
Object types can use direct or indirect recursion if at least the leg of the path to the recursion point is optional. For example, the `myObjectType` definition in the following example is valid because the directly recursive `recursiveProp` property is optional:
108+
- Object types can use direct or indirect recursion if at least the leg of the path to the recursion point is optional. For example, the `myObjectType` definition in the following example is valid because the directly recursive `recursiveProp` property is optional:
111109
112110
```bicep
113111
type myObjectType = {

0 commit comments

Comments
 (0)