Skip to content

Commit

Permalink
Fixed typo (freeCodeCamp#33646)
Browse files Browse the repository at this point in the history
Changed intiger to integer
  • Loading branch information
sauravbajra authored and moT01 committed Jan 21, 2019
1 parent f6f6f11 commit 06daef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/english/mathematics/factorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 06daef5

Please sign in to comment.