summaryrefslogtreecommitdiff
path: root/sites/pmikkelsen.com/haskell
diff options
context:
space:
mode:
authorPeter Mikkelsen <petermikkelsen10@gmail.com>2021-07-04 02:13:06 +0000
committerPeter Mikkelsen <petermikkelsen10@gmail.com>2021-07-04 02:13:06 +0000
commit1278f98e804a800afa4e4c6015d66af0827e2a46 (patch)
treec5150cdce4d571b95b267a7585d024b70e6d8559 /sites/pmikkelsen.com/haskell
parentaa90d7004a7d60c256dd04f240ea897f748bdb3e (diff)
Update style :)
Diffstat (limited to 'sites/pmikkelsen.com/haskell')
-rw-r--r--sites/pmikkelsen.com/haskell/quine.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/pmikkelsen.com/haskell/quine.md b/sites/pmikkelsen.com/haskell/quine.md
index 09a3dcd..f952145 100644
--- a/sites/pmikkelsen.com/haskell/quine.md
+++ b/sites/pmikkelsen.com/haskell/quine.md
@@ -1,5 +1,5 @@
Today I am going to go through the process of writing a small program
-which prints it's own source when executed. These kinds of programs are
+which prints its own source when executed. These kinds of programs are
also called quines, and I suggest that you try it out on your own if you
haven't already done so, as it is a very fun little problem! So if you
don't want any spoilers, please leave this page now and come back later.