Skip to content

Fix typo of Math.pow, ^ -> **#18543

Merged
anoadragon453 merged 6 commits intodevelopfrom
anoa/power_of_typo
Jun 13, 2025
Merged

Fix typo of Math.pow, ^ -> **#18543
anoadragon453 merged 6 commits intodevelopfrom
anoa/power_of_typo

Conversation

@anoadragon453
Copy link
Copy Markdown
Member

@anoadragon453 anoadragon453 commented Jun 12, 2025

Fix a small typo I came across.

It appears the only issue this would cause is logging "Lock timeout is getting excessive" unnecessarily in a few cases before self._retry_interval built up.

>>> 5 * 2 ^ 7
13

Pull Request Checklist

  • Pull request is based on the develop branch
  • Pull request includes a changelog file. The entry should:
    • Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from EventStore to EventWorkerStore.".
    • Use markdown where necessary, mostly for code blocks.
    • End with either a period (.) or an exclamation mark (!).
    • Start with a capital letter.
    • Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry.
  • Code style is correct (run the linters)

@anoadragon453 anoadragon453 marked this pull request as ready for review June 12, 2025 14:50
@anoadragon453 anoadragon453 requested a review from a team as a code owner June 12, 2025 14:50
...rather than iterations, as people generally think in minutes.
Before these start spreading across the codebase.
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