Skip to content

Commit c19cf6b

Browse files
authored
Merge pull request MukulCode#189 from monikacode2/patch-5
fixed typo
2 parents e3d7639 + 874f7bc commit c19cf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalan_numbers.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// C++ program to find the nth Catalan Number
1+
// C++ program to find the nth Catalan Number.
22
#include <iostream>
33
using namespace std;
44

0 commit comments

Comments
 (0)