diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-02-28 14:22:36 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-02-28 14:22:36 -0400 |
| commit | cc0005624054f14c536c9c82d3eb7d2c17e4b405 (patch) | |
| tree | 28ea21266d94c95e2e8506bbb0df4a513d575336 | |
| parent | 6734d89eb49f20329b1c8d5f84a0c462d12a67cc (diff) | |
simplify
| -rw-r--r-- | doc/haskell_newbie.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/haskell_newbie.mdwn b/doc/haskell_newbie.mdwn index e62ffea0..39a62f45 100644 --- a/doc/haskell_newbie.mdwn +++ b/doc/haskell_newbie.mdwn @@ -8,7 +8,7 @@ configure Propellor! Let's take a quick tour of the `config.hs` file.. [[!format haskell """ --- | This is the main configuration file for Propellor, and is used to build +-- This is the main configuration file for Propellor, and is used to build -- the propellor program. """]] |
