From 06daef5cf7eca104532d48e9c22e4031e3e324a8 Mon Sep 17 00:00:00 2001 From: Saurav Bajracharya Date: Mon, 21 Jan 2019 22:06:12 +0545 Subject: [PATCH] Fixed typo (#33646) Changed intiger to integer --- guide/english/mathematics/factorials/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/mathematics/factorials/index.md b/guide/english/mathematics/factorials/index.md index ca3363ad81..8796e06d22 100644 --- a/guide/english/mathematics/factorials/index.md +++ b/guide/english/mathematics/factorials/index.md @@ -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 n , a non-negative integer, is defined as: