[mlpack-git] master: Fix typo. (40d3a41)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Tue Jun 16 14:50:50 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/9264f7544f7c4d93ff735f00f35b0f5287abf59d...7df836c2f5a2287cda82801ca20f4b4b410cf4e1

>---------------------------------------------------------------

commit 40d3a4130cd616b308a220d42754f06f37608d17
Author: Marcus Edel <marcus.edel at fu-berlin.de>
Date:   Sun Jun 14 19:15:26 2015 +0200

    Fix typo.


>---------------------------------------------------------------

40d3a4130cd616b308a220d42754f06f37608d17
 src/mlpack/core/optimizers/sgd/sgd.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/core/optimizers/sgd/sgd.hpp b/src/mlpack/core/optimizers/sgd/sgd.hpp
index 96d969f..c233b62 100644
--- a/src/mlpack/core/optimizers/sgd/sgd.hpp
+++ b/src/mlpack/core/optimizers/sgd/sgd.hpp
@@ -123,7 +123,7 @@ class SGD
   //! Modify whether or not the individual functions are shuffled.
   bool& Shuffle() { return shuffle; }
 
-  // convert the obkect into a string
+  //! Return a string representation of the object.
   std::string ToString() const;
 
  private:



More information about the mlpack-git mailing list