Skip to content

Commit 8d8eab8

Browse files
authored
Update README.md
1 parent 4d10dc9 commit 8d8eab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ await server.appendHandler(for: "/hello") { request in
6969

7070
Incoming requests are routed to the first handler with a matching route.
7171

72-
Handlers can throw `HTTPUnhandledError` if after inspecting the request, they cannot handle it, the next matched handler is then used.
72+
Handlers can throw `HTTPUnhandledError` if after inspecting the request, they cannot handle it. The next matched handler is then used.
7373

7474
Unhandled requests receive `HTTP 404`.
7575

0 commit comments

Comments
 (0)