Skip to content

Commit bc6c993

Browse files
authored
[doc] Fix typo (dmlc#10340)
1 parent 2de67f0 commit bc6c993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xgboost/c_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ XGB_DLL int XGBGetGlobalConfig(char const **out_config);
114114
/**
115115
* @defgroup DMatrix DMatrix
116116
*
117-
* @brief DMatrix is the baisc data storage for XGBoost used by all XGBoost algorithms
117+
* @brief DMatrix is the basic data storage for XGBoost used by all XGBoost algorithms
118118
* including both training, prediction and explanation. There are a few variants of
119119
* `DMatrix` including normal `DMatrix`, which is a CSR matrix, `QuantileDMatrix`,
120120
* which is used by histogram-based tree methods for saving memory, and lastly the

0 commit comments

Comments
 (0)