Skip to content

Commit 2bbb1fd

Browse files
committed
Merge pull request #485 from wibeasley/patch-1
Trivial: "sire" to "size"
2 parents 73e7af1 + 536ad1b commit 2bbb1fd

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)