Skip to content

Commit 82efb29

Browse files
committed
corrected omission in documentation
1 parent 0908258 commit 82efb29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkg/BayesFactor/R/aaGenerics.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#' @return Returns \code{TRUE} or \code{FALSE}
66
setGeneric("%same%", function(x, y) standardGeneric("%same%"))
77

8-
#' Find a model term in a vector of
8+
#' Find a model term in a vector of model terms
99
#' @param x the terms to be matched
1010
#' @param table the terms to be matched against
1111
#' @return A logical vector of the same length as x, indicating if a

pkg/BayesFactor/man/grapes-termin-grapes.Rd

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
% Please edit documentation in R/aaGenerics.R
33
\name{\%termin\%}
44
\alias{\%termin\%}
5-
\title{Find a model term in a vector of}
5+
\title{Find a model term in a vector of model terms}
66
\usage{
77
x \%termin\% table
88
}
@@ -16,6 +16,6 @@ A logical vector of the same length as x, indicating if a
1616
match was located for each element of x.
1717
}
1818
\description{
19-
Find a model term in a vector of
19+
Find a model term in a vector of model terms
2020
}
2121

0 commit comments

Comments
 (0)