Skip to content

Commit 91fd7dc

Browse files
committed
edit
1 parent f6669c8 commit 91fd7dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Namespace: [sys](bicep-functions.md#namespaces-for-functions).
397397

398398
| Parameter | Required | Type | Description |
399399
|:--- |:--- |:--- |:--- |
400-
| arg1 |Yes |object |The object which is a collection of key-value pairs. |
400+
| arg1 |Yes |object |The object, which is a collection of key-value pairs. |
401401

402402
### Return value
403403

@@ -448,7 +448,7 @@ For arrays, the function iterates through each element in the first parameter an
448448

449449
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.
450450

451-
The union function merges not only the top-level elements but also recursively merges any nested objects within them. Nested array values are not merged. See the second example in the following section.
451+
The union function merges not only the top-level elements but also recursively merges any nested objects within them. Nested array values aren't merged. See the second example in the following section.
452452

453453
### Example
454454

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ In Bicep, use the [objectKeys](../templates/template-functions-object.md#objectk
421421

422422
| Parameter | Required | Type | Description |
423423
|:--- |:--- |:--- |:--- |
424-
| arg1 |Yes |object |The object which is a collection of key-value pairs. |
424+
| arg1 |Yes |object |The object, which is a collection of key-value pairs. |
425425

426426
### Return value
427427

0 commit comments

Comments
 (0)