Skip to content

Commit

Permalink
Merge pull request #157 from warrenmcg/patch
Browse files Browse the repository at this point in the history
Quick Patch: UseMethod typo
  • Loading branch information
pimentel authored Mar 12, 2018
2 parents b205037 + 825ec46 commit 4f8b050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/model.R
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ models.sleuth_model <- function(obj) {
#' @return a print out of each fit with the transform sync status.
#' @export
transform_status <- function(obj) {
useMethod('transform_status')
UseMethod('transform_status')
}

#' @export
Expand Down

0 comments on commit 4f8b050

Please sign in to comment.