X-Git-Url: http://nitlanguage.org diff --git a/lib/app/http_request.nit b/lib/app/http_request.nit index 0260cab..8ab0f1d 100644 --- a/lib/app/http_request.nit +++ b/lib/app/http_request.nit @@ -126,7 +126,7 @@ end # # Prints on communication errors and when the server returns an HTTP status code not in the 200s. # -# ~~~ +# ~~~nitish # var request = new SimpleAsyncHttpRequest("http://example.com") # request.start # ~~~