Skip to content

Commit 61a6176

Browse files
Rene SprietsmaRene Sprietsma
authored andcommitted
readmore
1 parent 065fc7b commit 61a6176

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
@@ -34,7 +34,7 @@ Inspired by ['Build You Own Web Framework In Go'](https://www.nicolasmerouze.com
3434

3535
```java
3636

37-
public class HttpServerRequestHandlerImpl implements BiFunction<BiConsumer<HttpServerRequest, Throwable>,
37+
public class HandlerImpl implements BiFunction<BiConsumer<HttpServerRequest, Throwable>,
3838
BiConsumer<HttpServerRequest, Void>, BiConsumer<HttpServerRequest, Void>> {
3939

4040
@Override

0 commit comments

Comments
 (0)