From f30cb377421947b761671b8d539a1984be9d6758 Mon Sep 17 00:00:00 2001 From: Swastika Gupta <64654203+Swastyy@users.noreply.github.com> Date: Thu, 22 Jul 2021 07:29:28 +0530 Subject: [PATCH] Update math/n_bonacci.cpp Co-authored-by: David Leal --- math/n_bonacci.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/n_bonacci.cpp b/math/n_bonacci.cpp index 9d63d1c59..336f51ee2 100644 --- a/math/n_bonacci.cpp +++ b/math/n_bonacci.cpp @@ -30,7 +30,7 @@ namespace math { */ namespace n_bonacci { /** - * @brief Finds the N-Bonacci series for the `n` parameter value and `m` parameter terms. + * @brief Finds the N-Bonacci series for the `n` parameter value and `m` parameter terms * @param n is in the N-Bonacci series * @param m is the number of terms in the N-Bonacci sequence * @returns the n-bonacci sequence as vector array