Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsch committed Mar 20, 2015
1 parent d0a12f8 commit d6f3ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/args_specification.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
args_specification <- function(e, ...)UseMethod("args_specification")

args_specification.deafult <- function(e, ...) {
args_specification.default <- function(e, ...) {
# in normal, interactive mode, do nothing
}

Expand Down

0 comments on commit d6f3ee2

Please sign in to comment.