diff --git a/problems/greedy/greedy.adoc b/problems/greedy/greedy.adoc index ab424895a..e290be8e6 100644 --- a/problems/greedy/greedy.adoc +++ b/problems/greedy/greedy.adoc @@ -83,7 +83,7 @@ check50 2016.greedy greedy.c == Hints -* Per the final bullet point of the Specification, above, don't forget th put a newline character at the end of your printout! +* Per the final bullet point of the Specification, above, don't forget to put a newline character at the end of your printout! * Do beware the inherent imprecision of floating-point values. For instance, `0.1` cannot be represented exactly as a `float`. Try printing its value to, say, `55` decimal places, with code like the below: + [source,c]