Skip to content

docs: clarify range single argument behavior - #7607

Open
MakenRosa wants to merge 1 commit into
ReactiveX:7.xfrom
MakenRosa:docs-rxjs-range-count
Open

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

Conversation

@MakenRosa

@MakenRosa MakenRosa commented Jun 20, 2026

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 7.x version
  • git diff --check

Fixes #5721

@MakenRosa
MakenRosa force-pushed the docs-rxjs-range-count branch from 97e7cbe to d86a254 Compare August 3, 2026 01:19
@MakenRosa
MakenRosa changed the base branch from master to 7.x August 3, 2026 01:20
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