Skip to content

Commit 5d460d0

Browse files
committed
chore(connect): このようなが連続していた
1 parent 4ae56e4 commit 5d460d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ja/connect/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,7 @@ next();// 初回
102102

103103
このような_middleware_を繋げた形を_middleware stack_と呼ぶことがあります。
104104

105-
このような_middleware stack_で構成されるHTTPサーバとして、
106-
PythonのWSGI MiddlewareやRubyのRackなどが該当します。
105+
_middleware stack_で構成されるHTTPサーバとして、PythonのWSGI MiddlewareやRubyのRackなどがあります。
107106

108107
ConnectはRackと同じく`use`で_middleware_を指定することからも分かりますが、
109108
Rackを参考にして実装されています。

0 commit comments

Comments
 (0)