Skip to content

Commit f30cb37

Browse files
SwastyyPanquesito7
andauthored
Update math/n_bonacci.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
1 parent 8657a16 commit f30cb37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/n_bonacci.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace math {
3030
*/
3131
namespace n_bonacci {
3232
/**
33-
* @brief Finds the N-Bonacci series for the `n` parameter value and `m` parameter terms.
33+
* @brief Finds the N-Bonacci series for the `n` parameter value and `m` parameter terms
3434
* @param n is in the N-Bonacci series
3535
* @param m is the number of terms in the N-Bonacci sequence
3636
* @returns the n-bonacci sequence as vector array

0 commit comments

Comments
 (0)