Skip to content
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

Fix generated comments to match method names #1406

Merged
merged 2 commits into from
Feb 19, 2025

Conversation

7riatsu
Copy link
Contributor

@7riatsu 7riatsu commented Feb 19, 2025

Hello team, 👋
Thank you for developing and maintaining this OSS!

Generated comments for methods had mismatched names, which could cause confusion.
This PR updates the comments to correctly reflect the actual method names (IsNull and SetToNull).

Changes

  • Fixed IsSet → IsNull in the comment.
  • Fixed SetNull → SetToNull in the comment.

This change improves code clarity and maintainability by ensuring that comments accurately describe the corresponding methods.

@ernado ernado merged commit 09872c6 into ogen-go:main Feb 19, 2025
15 checks passed
@7riatsu 7riatsu deleted the fix/generic-tmpl-null branch February 20, 2025 01:52
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