Skip to content

Commit

Permalink
fix strange sentence structure
Browse files Browse the repository at this point in the history
  • Loading branch information
eAlasdair committed Sep 3, 2020
1 parent 9721137 commit d697f7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ For example if we call `triangle(5)` we would expect the output to be:
*****
```

If `x` is less than 1 (inclusive), your function should **print** `That isn't a triangle!`
If `x` is 1 or less, your function should **print** `That isn't a triangle!`

0 comments on commit d697f7b

Please sign in to comment.