Skip to content

Commit 8657a16

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

math/n_bonacci.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* In this code we take N and M as input where M is the number of terms
1212
* to be printed of the N-bonacci series
1313
*
14-
* @author [Swastika Gupta](https://github.com/swastyy)
14+
* @author [Swastika Gupta](https://github.com/Swastyy)
1515
*/
1616
#include <algorithm> /// for std::is_equal, std::swap
1717
#include <cassert> /// for assert
@@ -95,4 +95,4 @@ static void test() {
9595
int main() {
9696
test(); // run self-test implementations
9797
return 0;
98-
}
98+
}

0 commit comments

Comments
 (0)