Skip to content

docs: use namespace (not id) in session$destroy() docs#4419

Merged
schloerke merged 2 commits into
mainfrom
schloerke/session-destroy-namespace-arg
Jul 22, 2026
Merged

docs: use namespace (not id) in session$destroy() docs#4419
schloerke merged 2 commits into
mainfrom
schloerke/session-destroy-namespace-arg

Conversation

@schloerke

Copy link
Copy Markdown
Collaborator

Summary

The session$destroy() method's parameter is implemented as namespace, but the roxygen docs in R/shiny.R consistently referred to it as id. This fixes all prose and signature references in the ?session help topic to use the correct parameter name.

Verification

Run devtools::document() and check ?session — the destroy item now reads destroy(namespace = NULL) and all inline references say namespace.

@schloerke
schloerke marked this pull request as ready for review July 22, 2026 14:14
@schloerke
schloerke merged commit ca18004 into main Jul 22, 2026
12 checks passed
@schloerke
schloerke deleted the schloerke/session-destroy-namespace-arg branch July 22, 2026 14:57
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