Skip to content

Commit 6462c47

Browse files
authored
Acrolinx fix
1 parent fe52067 commit 6462c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ If you need more information about a particular diagnostic code, select the **Fe
381381
| <a id='BCP402' />BCP402 | Error | The spread operator `{spread.Ellipsis.Text}` can only be used in this context for an expression assignable to type `{requiredType}`. |
382382
| <a id='BCP403' />BCP403 | Error/Warning | The enclosing array expects elements of type `{expectedType}`, but the array being spread contains elements of incompatible type `{actualType}`. |
383383
| <a id='BCP404' />BCP404 | Error | The `{LanguageConstants.ExtendsKeyword}` declaration is missing a bicepparam file path reference. |
384-
| <a id='BCP405' />BCP405 | Error | More than one `{LanguageConstants.ExtendsKeyword}` declaration are present. |
384+
| <a id='BCP405' />BCP405 | Error | More than one `{LanguageConstants.ExtendsKeyword}` declaration is present. |
385385
| <a id='BCP406' />BCP406 | Error | The `{LanguageConstants.ExtendsKeyword}` keyword isn't supported. |
386386
| <a id='BCP407' />BCP407 | Error | Built-in extension `microsoftGraph` is retired. Use dynamic types instead. See `https://aka.ms/graphBicepDynamicTypes` |
387387
| <a id='BCP408' />BCP408 | Error | The `{LanguageConstants.NameofFunctionName}` function can only be used with an expression which has a name. |

0 commit comments

Comments
 (0)