Skip to content

Commit

Permalink
removed "obviously" and "it is clear that"comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardra Hren committed Apr 22, 2015
1 parent 77c9ae8 commit d69a31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idris/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ The most readable way to show `2 + 3 = 5` and `2 * 3 = 6` ever, right!
(with function signature `sub : N -> N -> N`)? What happens if we try?
(Answer this in a comment.)

Instead of abstract math number systems, let's make an obviously useful type now:
Instead of abstract math number systems, let's make a more immediately useful type now:

```idris
data List : Type -> Type where
Expand Down

0 comments on commit d69a31c

Please sign in to comment.