Skip to content

Commit

Permalink
corrected omission in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddmorey committed Feb 9, 2015
1 parent 0908258 commit 82efb29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/BayesFactor/R/aaGenerics.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @return Returns \code{TRUE} or \code{FALSE}
setGeneric("%same%", function(x, y) standardGeneric("%same%"))

#' Find a model term in a vector of
#' Find a model term in a vector of model terms
#' @param x the terms to be matched
#' @param table the terms to be matched against
#' @return A logical vector of the same length as x, indicating if a
Expand Down
4 changes: 2 additions & 2 deletions pkg/BayesFactor/man/grapes-termin-grapes.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
% Please edit documentation in R/aaGenerics.R
\name{\%termin\%}
\alias{\%termin\%}
\title{Find a model term in a vector of}
\title{Find a model term in a vector of model terms}
\usage{
x \%termin\% table
}
Expand All @@ -16,6 +16,6 @@ A logical vector of the same length as x, indicating if a
match was located for each element of x.
}
\description{
Find a model term in a vector of
Find a model term in a vector of model terms
}

0 comments on commit 82efb29

Please sign in to comment.