Skip to content

Commit

Permalink
Merge pull request #117 from MaxGabriel/patch-1
Browse files Browse the repository at this point in the history
Fix Haddocks italicizing forward slashes
  • Loading branch information
bitemyapp committed Apr 17, 2016
2 parents a128b3d + 2533b2d commit ca7a595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Bloodhound/Client.hs
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ deleteDocument (IndexName indexName)
-- | 'bulk' uses
-- <http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-bulk.html Elasticsearch's bulk API>
-- to perform bulk operations. The 'BulkOperation' data type encodes the
-- index/update/delete/create operations. You pass a 'V.Vector' of 'BulkOperation's
-- index\/update\/delete\/create operations. You pass a 'V.Vector' of 'BulkOperation's
-- and a 'Server' to 'bulk' in order to send those operations up to your Elasticsearch
-- server to be performed. I changed from [BulkOperation] to a Vector due to memory overhead.
--
Expand Down

0 comments on commit ca7a595

Please sign in to comment.