Skip to content

Commit 9c7a6b2

Browse files
authored
pencil edit
1 parent 925fe7f commit 9c7a6b2

File tree

1 file changed

+1
-1
lines changed
  • articles/azure-resource-manager/bicep/diagnostics

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/diagnostics/bcp076.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 05/20/2025
88

99
# Bicep diagnostic code - BCP076
1010

11-
This diagnostic occurs when attempting to use the index operator ([] or [^index]) on an expression that is not an array or object. This happens when the expression being indexed is of an incompatible type, such as a string, integer, boolean, or null.
11+
This diagnostic occurs when attempting to use the index operator ([] or [^index]) on an expression that isn't an array or object. This happens when the expression being indexed is of an incompatible type, such as a string, integer, boolean, or null.
1212

1313
## Description
1414

0 commit comments

Comments
 (0)