Update caller-argument-expression.md for improved syntax highlighting (#7211)

Incorrect syntax highlighting on page as the ... may have resulted in not detecting the end of function.

https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-10.0/caller-argument-expression
This commit is contained in:
Rod Persky 2023-05-20 05:37:00 +10:00 коммит произвёл GitHub
Родитель 3a17dbacaf
Коммит 6c2cce3d73
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -216,7 +216,7 @@ public static class Debug
string filePath = callerInfo.FilePath;
MethodBase method = callerInfo.Method;
string conditionExpression = callerInfo.ArgumentExpressions[0];
...
//...
}
}