Skip to content

docs: clarify range single argument behavior#7607

Open
MakenRosa wants to merge 1 commit into
ReactiveX:masterfrom
MakenRosa:docs-rxjs-range-count
Open

docs: clarify range single argument behavior#7607
MakenRosa wants to merge 1 commit into
ReactiveX:masterfrom
MakenRosa:docs-rxjs-range-count

Conversation

@MakenRosa

Copy link
Copy Markdown

Summary

Clarifies the range JSDoc so the generated API documentation explains that a single argument is treated as count, not start.

Also removes the misleading “finite range” wording because range(start, Infinity) can emit an unbounded sequence when downstream unsubscription stops it.

Validation

  • Compared the modified source against the current master version
  • git diff --no-index --check

Fixes #5721

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.

docs(range): unclear parameters description

1 participant