Skip to content

Commit b835711

Browse files
author
Jamil Maqdis Anton
committed
fixed typo
1 parent cff89ad commit b835711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Append.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ and Id =
1414
| Custom of System.Guid
1515
| Auto
1616

17-
module append =
17+
module Append =
1818
let appendNewMessage: IStreamStore -> StreamDetails -> MessageDetails -> Async<AppendResult> =
1919
fun store streamDetails messageDetails ->
2020
let toId: Id -> System.Guid =

0 commit comments

Comments
 (0)