Skip to content

Fix Typos in pub_stats.hpp and prng.h #423

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 2 commits into from
Jan 10, 2025

Conversation

Hack666r
Copy link
Contributor

Fix Typos in pub_stats.hpp and prng.h

Description

This pull request fixes minor typographical errors in the comments of two files:

  • pub_stats.hpp: Corrected "submited" to "submitted".
  • prng.h: Corrected "occassionally" to "occasionally".

Changes:

  1. In pub_stats.hpp:

    • Before:
      // number of prices submited
    • After:
      // number of prices submitted
  2. In prng.h:

    • Before:
      occassionally (64-bit wide types consume prng slots twice as fast).
    • After:
      occasionally (64-bit wide types consume prng slots twice as fast).

Motivation

Enhance the readability and professionalism of the codebase by correcting typographical errors in comments.

Testing

No functional changes were made to the code. No additional tests are required.


If there are further suggestions or edits needed, feel free to let me know! 😊

@guibescos guibescos enabled auto-merge (squash) January 10, 2025 12:20
@guibescos guibescos merged commit 25dd347 into pyth-network:main Jan 10, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants