Skip to content

Commit

Permalink
[doc] Fix typo (#10340)
Browse files Browse the repository at this point in the history
  • Loading branch information
astariul authored May 29, 2024
1 parent 2de67f0 commit bc6c993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xgboost/c_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ XGB_DLL int XGBGetGlobalConfig(char const **out_config);
/**
* @defgroup DMatrix DMatrix
*
* @brief DMatrix is the baisc data storage for XGBoost used by all XGBoost algorithms
* @brief DMatrix is the basic data storage for XGBoost used by all XGBoost algorithms
* including both training, prediction and explanation. There are a few variants of
* `DMatrix` including normal `DMatrix`, which is a CSR matrix, `QuantileDMatrix`,
* which is used by histogram-based tree methods for saving memory, and lastly the
Expand Down

0 comments on commit bc6c993

Please sign in to comment.