From a5fa21d2973d07f1d556ad67e559144ac35c6c4c Mon Sep 17 00:00:00 2001 From: Simon Poltier Date: Wed, 7 Feb 2024 10:38:30 +0000 Subject: [PATCH] fix itemize syntax --- man/xlcCall.Rd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/man/xlcCall.Rd b/man/xlcCall.Rd index 43e607f5..040a5185 100644 --- a/man/xlcCall.Rd +++ b/man/xlcCall.Rd @@ -38,10 +38,11 @@ xlcCall(obj, fun, ..., .recycle = TRUE, } \item{.withAttributes}{ Whether the function being called returns a wrapped Java object with attributes. - If \code{TRUE}: - \itemize{- the object will be unwrapped} - \itemize{- if option \code{XLConnect.mapAttributesFromJava} is \code{TRUE}, the attributes will be processed and set on the resulting R object.} + \itemize{ + \item the object will be unwrapped + \item if option \code{XLConnect.mapAttributesFromJava} is \code{TRUE}, the attributes will be processed and set on the resulting R object. + } } } \details{