Skip to content

Commit 536ad1b

Browse files
committed
Trivial: "sire" to "size"
1 parent 73e7af1 commit 536ad1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/Rcpp-sugar.Rnw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ any( ! is_na( x ) )
297297
\subsubsection{seq\_along}
298298

299299
Given a sugar expression of any type, \texttt{seq\_along} creates an
300-
integer sugar expression whose values go from 1 to the sire of the input.
300+
integer sugar expression whose values go from 1 to the size of the input.
301301

302302
<<lang=cpp>>=
303303
IntegerVector x = IntegerVector::create( 0, 1, NA_INTEGER, 3 ) ;

0 commit comments

Comments
 (0)