diff --git a/subjects/fprime.en.md b/subjects/fprime.en.md index 457a286d..0c4ad4ba 100644 --- a/subjects/fprime.en.md +++ b/subjects/fprime.en.md @@ -10,7 +10,7 @@ Write a program that takes a positive `int` and displays its prime factors, foll - The input, when there is one, will always be valid. -- In this exercise the primes factor of 1 is consider as 1 +- In this exercise the primes factor of 1 is considered as 1. ### Usage