From 8eddee9846616c72b74690d7e84aca1edcbd8846 Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Thu, 23 Jul 2020 17:31:13 -0400 Subject: [PATCH] fix file brief doc --- hashing/chaining.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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