diff --git a/operations_on_datastructures/inorder_successor_of_bst.cpp b/operations_on_datastructures/inorder_successor_of_bst.cpp index 29013ceed..2a0362482 100644 --- a/operations_on_datastructures/inorder_successor_of_bst.cpp +++ b/operations_on_datastructures/inorder_successor_of_bst.cpp @@ -53,7 +53,7 @@ namespace operations_on_datastructures { namespace inorder_traversal_of_bst { /** - * @brief A Node structure representing a single node in bst. + * @brief A Node structure representing a single node in BST */ class Node { public: