Typo Issue (#2100)

Contruct to Construct
This commit is contained in:
Luckick 2017-03-16 13:38:25 -04:00 committed by Tianqi Chen
parent 9d19e13ed0
commit b0c972aa4d

View File

@ -1,4 +1,4 @@
#' Contruct xgb.DMatrix object
#' Construct xgb.DMatrix object
#'
#' Contruct xgb.DMatrix object from dense matrix, sparse matrix
#' or local file (that was created previously by saving an \code{xgb.DMatrix}).