aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-06-10 16:44:22 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-06-10 16:44:22 -0400
commit39b9aaa7a99e3ab7af926a64dd276d746e54e74a (patch)
tree1ca2ef6e513a39b6ca802551e6a6dde4fd6a5c83
parenta0e29b214f9cb0d3772f9d97d152e2dd9e40adf5 (diff)
typo
-rw-r--r--doc/design/assistant/blog/day_5__committing.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/assistant/blog/day_5__committing.mdwn b/doc/design/assistant/blog/day_5__committing.mdwn
index 3840138c6..7d6b52199 100644
--- a/doc/design/assistant/blog/day_5__committing.mdwn
+++ b/doc/design/assistant/blog/day_5__committing.mdwn
@@ -34,7 +34,7 @@ be an entirely pure function, so it's really easy to change the strategy.
This part of the committer thread is so nice and clean, that here's the
current code, for your viewing pleasure:
-[[format haskell """
+[[!format haskell """
{- Decide if now is a good time to make a commit.
- Note that the list of change times has an undefined order.
-