[Doc] fix typos in documentation (#9458)

This commit is contained in:
James Lamb
2023-08-10 06:26:36 -05:00
committed by GitHub
parent 4359356d46
commit 9dbb71490c
18 changed files with 32 additions and 31 deletions

View File

@@ -129,7 +129,7 @@ With parameters and data, you are able to train a booster model.
booster.saveModel("model.bin");
* Generaing model dump with feature map
* Generating model dump with feature map
.. code-block:: java