We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69600c2 commit 12bb699Copy full SHA for 12bb699
1 file changed
_posts/2018-02-15-totw-142.md
@@ -89,7 +89,7 @@ There could be many semantically different types that can be constructed
89
from `{server, connection}`, such as a `Response` going in the opposite
90
direction from a `Request`.
91
92
-Such a constructor should be `explicit`, so that we can’t pass
+Such a constructor should be `explicit` so that we can’t pass
93
`{server, connection}` to a function that accepts a `Request` or
94
`Response` parameter. Marking the constructor as `explicit` makes the
95
code clearer for readers by requiring the target type (and thus the
0 commit comments