We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0048548 commit c4cfbcbCopy full SHA for c4cfbcb
src/FsTweet.Web/Tweet.fs
@@ -14,7 +14,7 @@ type Post = private Post of string with
14
let (Post post) = this
15
post
16
17
-type CreatePost = UserId -> Post -> AsyncResult<TweetId, System.Exception>
+type CreateTweet = UserId -> Post -> AsyncResult<TweetId, System.Exception>
18
19
20
module Persistence =
0 commit comments