From bc6c993aaa68b3f67849a28dfe0218e951f1f42d Mon Sep 17 00:00:00 2001 From: Astariul <43774355+astariul@users.noreply.github.com> Date: Wed, 29 May 2024 18:13:30 +0900 Subject: [PATCH] [doc] Fix typo (#10340) --- include/xgboost/c_api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xgboost/c_api.h b/include/xgboost/c_api.h index 4b60fe01a..8de910dfe 100644 --- a/include/xgboost/c_api.h +++ b/include/xgboost/c_api.h @@ -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