Skip to content

docs: Fix documentation typos#1654

Merged
thomhurst merged 14 commits into
mainfrom
fix/doc-typos
Dec 30, 2025
Merged

docs: Fix documentation typos#1654
thomhurst merged 14 commits into
mainfrom
fix/doc-typos

Conversation

@thomhurst
Copy link
Copy Markdown
Owner

Summary

  • Fix 'bas64' typo in IBase64.cs (line 30, 37)
  • Fix 'convering' typos in IPipelineEncoding.cs (line 20, 25)
  • Fix duplicate 'whether whether' and '64 bit' -> '64-bit' in IEnvironmentContext.cs (line 25)
  • Fix 'Gets or sets and sets' in HttpOptions.cs (line 12)

Test plan

  • Build verified: dotnet build src/ModularPipelines/ModularPipelines.csproj -c Release passes

Closes #1604, #1616, #1638, #1646

🤖 Generated with Claude Code

thomhurst and others added 14 commits December 29, 2025 18:39
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…1646)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@thomhurst
Copy link
Copy Markdown
Owner Author

Summary

This PR fixes several documentation typos in XML comments across four interface files.

Critical Issues

None found ✅

All changes are purely cosmetic fixes to XML documentation comments:

  • Fixed 'bas64' → 'base64' in IBase64.cs
  • Fixed 'convering' → 'converting' in IPipelineEncoding.cs
  • Fixed duplicate 'whether whether' and standardized '64 bit' → '64-bit' in IEnvironmentContext.cs
  • Fixed 'Gets or sets and sets' → 'Gets or sets' in HttpOptions.cs

No code logic is affected. The changes improve documentation clarity and correctness.

Verdict

APPROVE - No critical issues

Clean documentation improvements with no functional changes.

@thomhurst thomhurst merged commit 0812a77 into main Dec 30, 2025
10 of 12 checks passed
@thomhurst thomhurst deleted the fix/doc-typos branch December 30, 2025 12:30
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.

Code quality: Typo in IBase64 documentation - 'bas64' should be 'base64'

1 participant