docs: typo fixed

This commit is contained in:
Neeraj C
2020-06-24 20:52:32 +05:30
committed by GitHub
parent 5e3307620c
commit 5b3e30a937

View File

@@ -50,8 +50,8 @@ bool is_armstrong(int number) {
}
/**
* Function for testing the is_amicable() with
* all the test cases.
* Function for testing the is_armstrong() function
* with all the test cases.
*/
void test() {
// is_armstrong(370) returns true.