Skip to content

Commit 3abb54a

Browse files
committed
doc: fix alternative function in docs for withUnion
1 parent 4a75aec commit 3abb54a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Database/LSMTree.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ It is recommended to use this function instead of 'union' and 'closeTable'.
14021402
__Warning:__ Both input tables must be from the same 'Session'.
14031403
14041404
__Warning:__ This is a relatively expensive operation that may take some time to complete.
1405-
See 'incrementalUnion' for an incremental alternative.
1405+
See 'withIncrementalUnion' for an incremental alternative.
14061406
14071407
Throws the following exceptions:
14081408

src/Database/LSMTree/Simple.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ It is recommended to use this function instead of 'union' and 'closeTable'.
917917
__Warning:__ Both input tables must be from the same 'Session'.
918918
919919
__Warning:__ This is a relatively expensive operation that may take some time to complete.
920-
See 'incrementalUnion' for an incremental alternative.
920+
See 'withIncrementalUnion' for an incremental alternative.
921921
922922
Throws the following exceptions:
923923

0 commit comments

Comments
 (0)