TreeRefresher note word spelling modification (#9223)

This commit is contained in:
ZHAOKAI WANG 2023-05-31 20:27:27 +08:00 committed by GitHub
parent aba4559c4f
commit fa2ab1f021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ namespace xgboost::tree {
DMLC_REGISTRY_FILE_TAG(updater_refresh);
/*! \brief pruner that prunes a tree after growing finishs */
/*! \brief pruner that prunes a tree after growing finishes */
class TreeRefresher : public TreeUpdater {
public:
explicit TreeRefresher(Context const *ctx) : TreeUpdater(ctx) {}