diff --git a/hashing/chaining.cpp b/hashing/chaining.cpp index 0bc7df0eb..5f40b852b 100644 --- a/hashing/chaining.cpp +++ b/hashing/chaining.cpp @@ -2,7 +2,7 @@ * @file chaining.cpp * @author [vasutomar](https://github.com/vasutomar) * @author [Krishna Vedala](https://github.com/kvedala) - * @brief + * @brief Implementation of node chains accessed using keys. */ #include #include