diff options
author | Loïc Hoguin <[email protected]> | 2017-07-23 18:53:48 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-07-23 18:53:48 +0200 |
commit | 53a24b990e1f49518421babb8961505ee59185ac (patch) | |
tree | 536f58e98345541732d990392eb334b7e6287041 | |
parent | d4fb6571b38226bd9903ff9db0bce28abcad80d6 (diff) | |
download | cowboy-53a24b990e1f49518421babb8961505ee59185ac.tar.gz cowboy-53a24b990e1f49518421babb8961505ee59185ac.tar.bz2 cowboy-53a24b990e1f49518421babb8961505ee59185ac.zip |
Remove yet another outdated todo
-rw-r--r-- | doc/src/guide/book.asciidoc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc index ed0f1c7..98e2d83 100644 --- a/doc/src/guide/book.asciidoc +++ b/doc/src/guide/book.asciidoc @@ -7,8 +7,6 @@ // REST: where should i handle bindings? init, probably. qs? in media type functions // REST: explain how a module per media type is good; module may be shared between client/server -// @todo Put the list of RFCs and other documents supported somewhere. - = Rationale include::modern_web.asciidoc[The modern Web] |