From 2704f3e26df4e7deadd92174b659e54be89bc0dd Mon Sep 17 00:00:00 2001 From: Davis King Date: Fri, 12 Jul 2019 07:30:18 -0400 Subject: [PATCH] fixed typo in docs --- dlib/lsh/hashes_abstract.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dlib/lsh/hashes_abstract.h b/dlib/lsh/hashes_abstract.h index 27f8ddb69..8a6b3e07f 100644 --- a/dlib/lsh/hashes_abstract.h +++ b/dlib/lsh/hashes_abstract.h @@ -50,7 +50,7 @@ namespace dlib typedef uint64 result_type; template - result_type perator() ( + result_type operator() ( const vector_type& v ) const; /*! @@ -116,7 +116,7 @@ namespace dlib typedef std::pair result_type; template - result_type perator() ( + result_type operator() ( const vector_type& v ) const; /*! @@ -184,7 +184,7 @@ namespace dlib typedef std::pair result_type; template - result_type perator() ( + result_type operator() ( const vector_type& v ) const; /*! @@ -252,7 +252,7 @@ namespace dlib typedef std::pair result_type; template - result_type perator() ( + result_type operator() ( const vector_type& v ) const; /*!