Skip to content

Commit 125116d

Browse files
committed
fix: formatting error
1 parent dd5545c commit 125116d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/distinguish-not-found-from-errors.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ class NotFoundError extends Data.TaggedError("NotFoundError") {}
9898

9999
While this works, it can be less expressive. It treats a "not found" resultwhich might be a normal part of your application's flow—the same as a catastrophic DatabaseError.
100100

101-
Using ``Effect<Option<A>>`` often leads to clearer and more precise business logic.
101+
Using ```Effect<Option<A>>``` often leads to clearer and more precise business logic.

0 commit comments

Comments
 (0)