Skip to content

Commit 6e18c11

Browse files
committed
Fix haddock in CRC32C
1 parent d0ae185 commit 6e18c11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Database/LSMTree/Internal/CRC32C.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ hGetAllCRC32C' hfs h (ChunkSize !chunkSize) !crc0
238238
go bs buf crc'
239239

240240

241-
{- | $checksum-files
241+
{- $checksum-files
242242
We use @.checksum@ files to help verify the integrity of on disk snapshots.
243243
Each .checksum file lists the CRC-32C (Castagnoli) of other files. For further
244244
details see @doc/format-directory.md@.
@@ -348,4 +348,3 @@ formatChecksumsFile checksums =
348348
<> BS.word32HexFixed crc
349349
<> BS.char8 '\n'
350350
| (ChecksumsFileName name, CRC32C crc) <- Map.toList checksums ]
351-

0 commit comments

Comments
 (0)