Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Dec 11, 2024
1 parent 34110fe commit 98bdc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-package/src/xgboost_R.cc
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ struct _RDataIterator {
SEXP proxy_dmat;

_RDataIterator(
SEXP f_next, SEXP f_reset, SEXP calling_env, SEXP continuation_token, SEP proxy_dmat) :
SEXP f_next, SEXP f_reset, SEXP calling_env, SEXP continuation_token, SEXP proxy_dmat) :
f_next(f_next), f_reset(f_reset), calling_env(calling_env),
continuation_token(continuation_token), proxy_dmat(proxy_dmat) {}

Expand Down

0 comments on commit 98bdc7f

Please sign in to comment.