Skip to content

Commit b34ab51

Browse files
committed
Merge pull request #177 from Ironholds/patch-2
Remove extraneous period
2 parents c5ba563 + c315d40 commit b34ab51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/roclet-namespace.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ns_tags <- c('export', 'exportClass', 'exportMethod', 'exportPattern',
7272
#'
7373
#' Only unique directives are saved to the \file{NAMESPACE} file, so you can
7474
#' repeat them as needed to maintain a close link between the functions where
75-
#' they are needed and the namespace file..
75+
#' they are needed and the namespace file.
7676
#'
7777
#' @family roclets
7878
#' @examples

0 commit comments

Comments
 (0)