Fix quotation marks

This commit is contained in:
Anna Lewis
2018-05-24 20:18:58 -06:00
committed by GitHub
parent 2cbe7c3452
commit fb45ce7ef9
+1 -1
View File
@@ -102,7 +102,7 @@ app backends and microservices. Falcon encourages the REST architectural style o
mapping URIs to resources, trying to do as little as possible while remaining highly effective. mapping URIs to resources, trying to do as little as possible while remaining highly effective.
Falcon highlights four main focuses: speed, reliability, flexibility and debuggability. Falcon highlights four main focuses: speed, reliability, flexibility and debuggability.
It implements HTTP through responders such as ``on_get()``, ``on_put()``, etc. It implements HTTP through "responders" such as ``on_get()``, ``on_put()``, etc.
These responders receive intuitive request and response objects. These responders receive intuitive request and response objects.
Tornado Tornado