From d3315bce91a4e18694eedc630a06915d0ff24434 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 19 Dec 2014 12:41:54 -0500 Subject: [PATCH] Documentation syntax correction for partial.xsl docblock --- src/apply/partial.xsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apply/partial.xsl b/src/apply/partial.xsl index e078163..5ddc417 100644 --- a/src/apply/partial.xsl +++ b/src/apply/partial.xsl @@ -146,7 +146,7 @@ This function is called automatically by @code{f:partial} when partial application would otherwise result in the returning of a nullary function. @emph{It performs no validations} to ensure the - integrity of the data.} + integrity of the data. Just as @code{f:apply}, please note that @emph{up to eight arguments are supported}. This should be enough.