Skip to content

Fix punctuation spacing in Go code comments#554

Merged
luoliwoshang merged 3 commits into
xgo-dev:mainfrom
luoliwoshang:fix-comments-punctuation
Aug 14, 2025
Merged

Fix punctuation spacing in Go code comments#554
luoliwoshang merged 3 commits into
xgo-dev:mainfrom
luoliwoshang:fix-comments-punctuation

Conversation

@luoliwoshang
Copy link
Copy Markdown
Contributor

Summary

  • Fix missing spaces after commas in Go code comments
  • Improve readability and consistency of code comments
  • Follow standard English punctuation rules

Files Changed

  • internal/name/name.go: Fix comma spacing in comment
  • cl/nc/ncimpl/ncimpl.go: Fix comma spacing in comment
  • cl/internal/convert/package.go: Fix multiple comma spacing issues in comments
  • cl/internal/convert/type.go: Fix comma spacing in comment
  • _xtool/internal/parser/parser.go: Fix comma spacing in multiple comments
  • _xtool/llcppsymg/internal/symg/parse.go: Fix comma spacing in multiple comments
  • _xtool/internal/header/header.go: Fix comma spacing in comment

Details

Fixed 22 instances of missing spaces after commas in Go code comments, improving code readability and consistency with standard English punctuation rules.

@luoliwoshang luoliwoshang merged commit 9fc79d6 into xgo-dev:main Aug 14, 2025
11 of 12 checks passed
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.

2 participants