mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-05 11:40:46 +08:00
docs: fix grammatical errors and typos (#2201)
* docs: fix grammatical errors and typos
* compilation error fixed
* Revert "compilation error fixed"
This reverts commit 0083cbfd1a.
This commit is contained in:
@@ -18,8 +18,8 @@ int main() {
|
||||
count++;
|
||||
}
|
||||
|
||||
/* Calaculation for checking of armstrongs number i.e.
|
||||
in a n digit number sum of the digits raised to a power of n
|
||||
/* Calculation for checking of armstrongs number i.e.
|
||||
in an n-digit number sum of the digits is raised to a power of n
|
||||
is equal to the original number */
|
||||
|
||||
temp = n;
|
||||
|
||||
Reference in New Issue
Block a user