Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lykahb committed Sep 1, 2013
1 parent 32ecd69 commit f57c087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ main = withSqliteConn ":memory:" $ runDbConn $ do

```haskell
megatron <- insert $ Machine "Megatron 5000" 2500.00
nsert $ Part "Megamaker" (Just 50) megatron
insert $ Part "Megamaker" (Just 50) megatron
insert $ Part "Tiny Bolt" (Just 1) megatron

microtron <- insert $ Machine "Microtron 12" 19.99
Expand Down

0 comments on commit f57c087

Please sign in to comment.