Skip to content

Commit

Permalink
'package' typo (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
wibeasley authored and hadley committed Oct 23, 2018
1 parent a2ea468 commit 6b9582a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/namespace.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ns_tags <- c(ns_tags_import, ns_tags_export, 'evalNamespace')
#' (<https://cran.r-project.org/doc/manuals/R-exts.pdf>) for details.
#' The `NAMESPACE` is generated in two passes: the first generates only
#' import directives (because this can be computed without evaluating package
#' code), and the second generates everything (after the packaege has been
#' code), and the second generates everything (after the package has been
#' loaded).
#'
#' @family roclets
Expand Down

0 comments on commit 6b9582a

Please sign in to comment.