Skip to content

Commit 12bb699

Browse files
authored
Delete extraneous comma
1 parent 69600c2 commit 12bb699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2018-02-15-totw-142.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ There could be many semantically different types that can be constructed
8989
from `{server, connection}`, such as a `Response` going in the opposite
9090
direction from a `Request`.
9191
92-
Such a constructor should be `explicit`, so that we can’t pass
92+
Such a constructor should be `explicit` so that we can’t pass
9393
`{server, connection}` to a function that accepts a `Request` or
9494
`Response` parameter. Marking the constructor as `explicit` makes the
9595
code clearer for readers by requiring the target type (and thus the

0 commit comments

Comments
 (0)