Skip to content

Commit c4cfbcb

Browse files
committed
fixes typo
1 parent 0048548 commit c4cfbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FsTweet.Web/Tweet.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type Post = private Post of string with
1414
let (Post post) = this
1515
post
1616

17-
type CreatePost = UserId -> Post -> AsyncResult<TweetId, System.Exception>
17+
type CreateTweet = UserId -> Post -> AsyncResult<TweetId, System.Exception>
1818

1919

2020
module Persistence =

0 commit comments

Comments
 (0)