Skip to content

docs(durable-objects): fix duplicated million in pricing example - #32625

Open
HaoChiBao wants to merge 1 commit into
cloudflare:productionfrom
HaoChiBao:docs/do-pricing-typo-million
Open

docs(durable-objects): fix duplicated million in pricing example#32625
HaoChiBao wants to merge 1 commit into
cloudflare:productionfrom
HaoChiBao:docs/do-pricing-typo-million

Conversation

@HaoChiBao

@HaoChiBao HaoChiBao commented Aug 8, 2026

Copy link
Copy Markdown

Summary

  • Fix a duplicated unit word in Example 4: 21,610,000 million requests21,610,000 requests.

Why

The preceding lines already compute 10,000 + (432M / 20) = 21,610,000. The extra "million" is a typo, not a change to the pricing model.

Related: #32590 discusses billable-unit rounding separately; that needs Billing/DO confirmation before examples are recalculated (see closed #32621).

Test plan

  • Example 4 request bullet reads 21,610,000 requests and still matches the arithmetic above it

Example 4 request total said "21,610,000 million requests"; the
computed value is 21,610,000 requests.
@github-actions github-actions Bot added the product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ label Aug 8, 2026
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Review

✅ No issues found in commit f9a5f69.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

No code review issues found.

Conventions

No convention issues found.

Style Guide Review

No style-guide issues found.

Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.
/rebase Rebases the PR branch against production. On conflict, attempts to resolve automatically using AI. Stops with an explanation if confidence is not high enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:durable-objects Durable Objects: https://developers.cloudflare.com/workers/learning/using-durable-objects/ size/xs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants