Skip to content

Fix typo in TextFieldParser.ReadFields documentation #11473

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 19, 2025

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Jun 19, 2025

Fixed a grammatical error in the ReadFields method documentation where the sentence was incomplete and grammatically incorrect.

Before:

If TextFieldType is set to Delimited, and Delimiters is not set, or if TextFieldType is set to FixedWidth and FieldWidths, an exception is thrown.

After:

If TextFieldType is set to Delimited, and Delimiters is not set, or if TextFieldType is set to FixedWidth and FieldWidths is not set, an exception is thrown.

The fix adds "is not set" after "FieldWidths" to make the sentence grammatically correct and consistent with the first part of the condition that mentions "Delimiters is not set".

This is a minimal documentation fix that improves readability and correctness without affecting any functionality.

Fixes #11361.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] typo Fix typo in TextFieldParser.ReadFields documentation Jun 19, 2025
Copilot finished work on behalf of jeffhandley June 19, 2025 05:57
@Copilot Copilot AI requested a review from jeffhandley June 19, 2025 05:57
@jeffhandley jeffhandley marked this pull request as ready for review June 19, 2025 06:31
@jeffhandley jeffhandley requested a review from 333fred as a code owner June 19, 2025 06:31
@jeffhandley jeffhandley enabled auto-merge (squash) June 19, 2025 06:32
@jeffhandley jeffhandley merged commit e84e99e into main Jun 19, 2025
4 of 5 checks passed
@jeffhandley jeffhandley deleted the copilot/fix-11361 branch June 19, 2025 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

typo
3 participants