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 variable name in PubSub docs#1

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
ffernandolima merged 1 commit intomainfromcodex/fix-typo-in-pubsub.md
Jun 3, 2025

Conversation

@ffernandolima
Copy link
Owner

Summary

  • correct variable name in batch consumption code snippet

Testing

  • git status --short

https://chatgpt.com/codex/tasks/task_e_683f666ad968832a92cfb463d8c710df

Copy link

CopilotAI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Pull Request Overview

This PR corrects a typo in the PubSub documentation's batch consumption snippet by fixing the variable name.

  • Renamed the incorrectly spelled variableconsumeResultd toconsumeResults.
Comments suppressed due to low confidence (1)

docs/Core/PubSub.md:75

  • [nitpick] The variable name 'consumeResults' is generic; consider renaming it to 'batchConsumeResults' or 'batchResults' to clearly indicate this holds a batch of messages.
var consumeResults = consumer.ConsumeBatch();

@ffernandolimaffernandolima merged commitd2e489a intomainJun 3, 2025
3 checks passed
@ffernandolimaffernandolima deleted the codex/fix-typo-in-pubsub.md branchJune 3, 2025 21:27
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

Copilot code reviewCopilotCopilot left review comments

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@ffernandolima

[8]ページ先頭

©2009-2025 Movatter.jp