Skip to content

Commit 9569eec

Browse files
Merge pull request #128296 from matejskubic/patch-2
bicep functions: Fix typo in mapValue link to mapValues
2 parents c27ceee + 4e35b9b commit 9569eec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The following functions are available for working with lambda expressions. All o
102102
* [filter](bicep-functions-lambda.md#filter)
103103
* [groupBy](bicep-functions-lambda.md#groupby)
104104
* [map](bicep-functions-lambda.md#map)
105-
* [mapValue](bicep-functions-lambda.md#mapvalues)
105+
* [mapValues](bicep-functions-lambda.md#mapvalues)
106106
* [reduce](bicep-functions-lambda.md#reduce)
107107
* [sort](bicep-functions-lambda.md#sort)
108108
* [toObject](bicep-functions-lambda.md#toobject)

0 commit comments

Comments
 (0)