Skip to content

Drop internal iter-N references from user-facing docs#5

Merged
pimfeltkamp merged 1 commit intomainfrom
drop-iter-references-from-docs
Apr 28, 2026
Merged

Drop internal iter-N references from user-facing docs#5
pimfeltkamp merged 1 commit intomainfrom
drop-iter-references-from-docs

Conversation

@pimfeltkamp
Copy link
Copy Markdown
Contributor

Why

A doc-hygiene sweep across the SDK suite found internal "iter-N" loop terminology in user-facing docs. End users have no idea what "iter-12" or "iter-18" means — those are bookkeeping markers from the iteration loop that built this SDK, not anything they can find in a CHANGELOG.

This PR replaces the iter-N references with the substantive technical content they were trying to attribute. The underlying facts (TIMEOUT vs NETWORK_ERROR discrimination, body-read timeout wrappers, URLSession.shared.timeoutIntervalForResource defaulting to 7 days) are preserved — only the loop bookkeeping is dropped.

Test plan

  • grep -rn "iter-[0-9]\|iter [0-9]" docs/ returns no matches
  • Reading the affected sections still makes sense without context

Wikis

The wiki copies of these pages were updated in matching commits earlier today (no-PR direct push, since wikis don't go through review). Pages and repos affected match this PR exactly.

Replaces 'iter-N' loop terminology with the substantive
technical content the references were trying to attribute.
Preserves the underlying facts about TIMEOUT vs NETWORK_ERROR
discrimination and body-read timeout wrappers.
@pimfeltkamp pimfeltkamp merged commit 838923e into main Apr 28, 2026
4 checks passed
@pimfeltkamp pimfeltkamp deleted the drop-iter-references-from-docs branch April 28, 2026 11:31
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.

1 participant