mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-02 02:02:23 +08:00
docs: typo fixed
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user