Skip to content

Commit 637e684

Browse files
committed
fix a minor gramma issue
1 parent 1a0502e commit 637e684

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/azure-resource-manager/bicep/bicep-functions-array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ For arrays, the function iterates through each element in the first parameter an
947947

948948
For objects, property names and values from the first parameter are added to the result. For later parameters, any new names are added to the result. If a later parameter has a property with the same name, that value overwrites the existing value. The order of the properties isn't guaranteed.
949949

950-
The union function merge not only the top-level elements but also recursively merging any nested arrays and objects within them. See the second example in the following section.
950+
The union function merges not only the top-level elements but also recursively merging any nested arrays and objects within them. See the second example in the following section.
951951

952952
### Example
953953

articles/azure-resource-manager/bicep/bicep-functions-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ For arrays, the function iterates through each element in the first parameter an
413413

414414
For objects, property names and values from the first parameter are added to the result. For later parameters, any new names are added to the result. If a later parameter has a property with the same name, that value overwrites the existing value. The order of the properties isn't guaranteed.
415415

416-
The union function merge not only the top-level elements but also recursively merging any nested arrays and objects within them. See the second example in the following section.
416+
The union function merges not only the top-level elements but also recursively merging any nested arrays and objects within them. See the second example in the following section.
417417

418418
### Example
419419

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ For arrays, the function iterates through each element in the first parameter an
721721

722722
For objects, property names and values from the first parameter are added to the result. For later parameters, any new names are added to the result. If a later parameter has a property with the same name, that value overwrites the existing value. The order of the properties isn't guaranteed.
723723

724-
The union function merge not only the top-level elements but also recursively merging any nested arrays and objects within them. See the second example in the following section.
724+
The union function merges not only the top-level elements but also recursively merging any nested arrays and objects within them. See the second example in the following section.
725725

726726
### Example
727727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ For arrays, the function iterates through each element in the first parameter an
437437

438438
For objects, property names and values from the first parameter are added to the result. For later parameters, any new names are added to the result. If a later parameter has a property with the same name, that value overwrites the existing value. The order of the properties isn't guaranteed.
439439

440-
The union function merge not only the top-level elements but also recursively merging any nested arrays and objects within them. See the second example in the following section.
440+
The union function merges not only the top-level elements but also recursively merging any nested arrays and objects within them. See the second example in the following section.
441441

442442
### Example
443443

0 commit comments

Comments
 (0)