Skip to content

Commit c4e5bb6

Browse files
committed
updates2
1 parent 9f69cdb commit c4e5bb6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

articles/azure-resource-manager/templates/template-functions-array.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,7 @@ The following example shows how to use `min` with an array and a list of integer
10351035
}
10361036
}
10371037
}
1038+
```
10381039

10391040
The output of default values from the preceding example is:
10401041

articles/azure-resource-manager/templates/template-functions-string.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ The following example shows how to combine two arrays:
288288
}
289289
}
290290
}
291+
```
291292

292293
The output of default values from the preceding example is:
293294

0 commit comments

Comments
 (0)