Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jeffhandley merged 2 commits intomainfromcopilot/fix-11361
Jun 19, 2025

Conversation

Copilot
Copy link
Contributor

@CopilotCopilotAI commentedJun 19, 2025
edited
Loading

Fixed a grammatical error in theReadFields 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 moreCopilot coding agent tips in the docs.

Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
@CopilotCopilotAI changed the title[WIP] typoFix typo in TextFieldParser.ReadFields documentationJun 19, 2025
Copilot finished work on behalf ofjeffhandleyJune 19, 2025 05:57
@CopilotCopilotAI requested a review fromjeffhandleyJune 19, 2025 05:57
@jeffhandleyjeffhandley marked this pull request as ready for reviewJune 19, 2025 06:31
@jeffhandleyjeffhandleyenabled auto-merge (squash)June 19, 2025 06:32
@jeffhandleyjeffhandley merged commite84e99e intomainJun 19, 2025
4 of 5 checks passed
@jeffhandleyjeffhandley deleted the copilot/fix-11361 branchJune 19, 2025 06:40
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@jeffhandleyjeffhandleyjeffhandley approved these changes

@333fred333fred333fred approved these changes

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

typo
3 participants
@Copilot@jeffhandley@333fred

[8]ページ先頭

©2009-2025 Movatter.jp