Skip to content

Commit

Permalink
Doc improvements
Browse files Browse the repository at this point in the history
Co-authored-by: Winston Chang <[email protected]>
  • Loading branch information
hadley and wch authored Jan 30, 2024
1 parent 339c2d1 commit 07a4ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/chromote.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Chromote <- R6Class(
private$register_default_event_listeners()
},

#' @description Re-connect the websocket to the browser. Chrome
#' @description Re-connect the websocket to the browser. The Chrome browser
#' automatically closes websockets when your computer goes to sleep;
#' you can use this to bring it back to live with a new connection.
#' you can use this to bring it back to life with a new connection.
#' @param multi_session Should multiple sessions be allowed?
#' @param wait_ If `FALSE`, return a promise; if `TRUE` wait until
#' connection is complete.
Expand Down

0 comments on commit 07a4ab3

Please sign in to comment.