Fixed typo (#33646)

Changed intiger to integer
pull/28025/head^2
Saurav Bajracharya 2019-01-21 22:06:12 +05:45 committed by Tom
parent f6f6f1143b
commit 06daef5cf7
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ title: Factorials
### Definition of Factorial
The factorial is to multiply it by every intiger lower then it ending at one. If the initial number is negative the result is infinity.
The factorial is to multiply it by every integer lower then it ending at one. If the initial number is negative the result is infinity.
A factorial of <span class="texhtml"> n </span>, a non-negative integer, is defined as: