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

gitdub at mlpack.org gitdub at mlpack.org
Tue Oct 4 14:11:40 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/9ef7339d40550a974b3939e9fcb966fac2c09065...ebdb5abeaa3fd621a06ae663862bb72df76d2b40

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

commit fdf647d8ff01e494c10167cd6c80cc14013f6654
Author: Ryan Curtin <ryan at ratml.org>
Date:   Fri Sep 16 11:51:31 2016 -0400

    Fix typo.


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

fdf647d8ff01e494c10167cd6c80cc14013f6654
 src/mlpack/core/tree/binary_space_tree/traits.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/core/tree/binary_space_tree/traits.hpp b/src/mlpack/core/tree/binary_space_tree/traits.hpp
index 8e6841a..4ebdb04 100644
--- a/src/mlpack/core/tree/binary_space_tree/traits.hpp
+++ b/src/mlpack/core/tree/binary_space_tree/traits.hpp
@@ -14,7 +14,7 @@ namespace mlpack {
 namespace tree {
 
 /**
- * This is a specialization of the TreeType class to the BinarySpaceTree tree
+ * This is a specialization of the TreeTraits class to the BinarySpaceTree tree
  * type.  It defines characteristics of the binary space tree, and is used to
  * help write tree-independent (but still optimized) tree-based algorithms.  See
  * mlpack/core/tree/tree_traits.hpp for more information.




More information about the mlpack-git mailing list