Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.Net: comments and var name inconsistent with source (#8832)
### Motivation and Context Please help reviewers and future users, providing the following information: 1. Why is this change required? comment and variable name are inconsistent with actual code 3. What problem does it solve? readability 5. What scenario does it contribute to? Step8 of the Getting started test cases 7. If it fixes an open issue, please link to the issue here. ### Description This is a cosmetic change to improve the consistency of the code base and its comment/var names ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄
- Loading branch information