Skip to content

Commit

Permalink
Fix misnamed example
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMMortimer committed May 28, 2019
1 parent a9e74c9 commit 71b4d24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ generate_uuid <- function(keep_dashes=TRUE){
#' 'device_id' = "012345678901-99thisisatest99",
#' 'password' = "testpassword",
#' 'login_attempt_count' = 0)
#' signed_body <- generate_signed_body(login_json)
#' signed_body <- generate_signed_body(login_data)
#' @note This function is meant to be used internally. Only use when debugging.
#' @keywords internal
#' @export
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/generate_signed_body.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/generate_signed_body.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71b4d24

Please sign in to comment.