Skip to content

Commit 4e35b9b

Browse files
authored
Fix typo in mapValue link to mapValues
1 parent eed40f0 commit 4e35b9b

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)