Skip to content

Commit fcf3975

Browse files
Format enumerated list on help page
1 parent dbbfa21 commit fcf3975

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

man/is.what.Rd

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,10 @@ is.what(object, verbose=FALSE)
2020
\note{
2121
The following procedure is used to look for valid tests:
2222
\enumerate{
23-
\item{}{Find all objects named \code{is.*} in all loaded
24-
environments.}
25-
\item{}{Discard objects that are not functions.}
26-
\item{}{Include test result only if it is of class \code{"logical"},
27-
not an \code{NA}, and of length 1.}
23+
\item Find all objects named \code{is.*} in all loaded environments.
24+
\item Discard objects that are not functions.
25+
\item Include test result only if it is of class \code{"logical"},
26+
not an \code{NA}, and of length 1.
2827
}
2928
}
3029
\seealso{

0 commit comments

Comments
 (0)