mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
docs: typo fixed
This commit is contained in:
parent
5e3307620c
commit
5b3e30a937
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user