"python-package/vscode:/vscode.git/clone" did not exist on "f65164f67ed37e0f147d154bf7d39e391c9467f8"
Unverified Commit e6295185 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[docs] fix typos in network docs (#3960)

parent 7816ab5b
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
namespace LightGBM { namespace LightGBM {
/*! /*!
* \brief A network basic communication warpper. * \brief A network basic communication wrapper.
* Will warp low level communication methods, e.g. mpi, socket and so on. * Will wrap low level communication methods, e.g. mpi, socket and so on.
* This class will wrap all linkers to other machines if needs * This class will wrap all linkers to other machines if needs
*/ */
class Linkers { class Linkers {
...@@ -52,7 +52,7 @@ class Linkers { ...@@ -52,7 +52,7 @@ class Linkers {
* \brief Recv data, blocking * \brief Recv data, blocking
* \param rank Which rank will send data to local machine * \param rank Which rank will send data to local machine
* \param data Pointer of receive data * \param data Pointer of receive data
* \param len Recv size, will block until recive len size of data * \param len Recv size, will block until receive len size of data
*/ */
inline void Recv(int rank, char* data, int len) const; inline void Recv(int rank, char* data, int len) const;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment