From 57953be14880dd5bed71fdea0d5652490de6812a Mon Sep 17 00:00:00 2001 From: Tisha Soumya Date: Sun, 12 Sep 2021 22:33:52 +0530 Subject: [PATCH] docs : documentation changes Co-authored-by: David Leal --- data_structures/reverse_a_linked_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_structures/reverse_a_linked_list.cpp b/data_structures/reverse_a_linked_list.cpp index c8cc0a327..fe16a0ec9 100644 --- a/data_structures/reverse_a_linked_list.cpp +++ b/data_structures/reverse_a_linked_list.cpp @@ -1,6 +1,6 @@ /** * @file - * @brief Implementation of [Reversing + * @brief Implementation of [Reversing * a single linked list](https://simple.wikipedia.org/wiki/Linked_list) * @details * The linked list is a data structure used for holding a sequence of