Skip to content

Commit

Permalink
Merge pull request #68 from ggreif/patch-1
Browse files Browse the repository at this point in the history
Proofreading
  • Loading branch information
jwiegley committed May 12, 2017
2 parents e6330fb + 1c5f9b1 commit bda307b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gitlib/README.md
Expand Up @@ -36,7 +36,7 @@ keep track of things.)
```haskell
main = do
let repoOpts = RepositoryOptions { repoPath = "."
, repoWorkingDir = Nothnig
, repoWorkingDir = Nothing
, repoIsBare = False
, repoAutoCreate = False
}
Expand Down Expand Up @@ -99,7 +99,7 @@ Then, we have a `ByteString`, holding the raw bitstream of the
would-be file. For this, we use the only [sane] [encoding] in the
known universe: `UTF-8`. Finally, we wrap up our `ByteString` in a
`BlobContents`, which has several constructors with various
perfomance characteristics.
performance characteristics.

[sane]: http://utf8everywhere.org
[encoding]: http://htmlpurifier.org/docs/enduser-utf8.html#whyutf8
Expand All @@ -115,7 +115,7 @@ putEntry "README" BlobEntry { blobEntryOid = blobID
```

Since this is the only file we're changing in the `tree`, we go
ahead and write it out (i.e. regisiter it in the repository)
ahead and write it out (i.e. register it in the repository)

```haskell
(_, tree) <- writeTrueeBuilder =<< getBuilder
Expand Down

0 comments on commit bda307b

Please sign in to comment.