From cef64ba5ea879ec5a10ee496d226cec5cbfb3ddc Mon Sep 17 00:00:00 2001 From: Senthil Nayagan Date: Thu, 25 Apr 2024 14:17:25 +0530 Subject: [PATCH] Added a missing comma so that sentence make sense (#374) Added a missing comma so that sentence make sense --- docs/whatis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/whatis.md b/docs/whatis.md index 3ae8731..3bf6598 100644 --- a/docs/whatis.md +++ b/docs/whatis.md @@ -13,7 +13,7 @@ We call Actix Web a powerful and pragmatic framework. For all intents and purpos -An application developed with Actix Web will expose an HTTP server contained within a native executable. You can either put this behind another HTTP server like nginx or serve it up as-is. Even in the complete absence of another HTTP server Actix Web is powerful enough to provide HTTP/1 and HTTP/2 support as well as TLS (HTTPS). This makes it useful for building small services ready for production. +An application developed with Actix Web will expose an HTTP server contained within a native executable. You can either put this behind another HTTP server like nginx or serve it up as-is. Even in the complete absence of another HTTP server, Actix Web is powerful enough to provide HTTP/1 and HTTP/2 support as well as TLS (HTTPS). This makes it useful for building small services ready for production.

Most importantly: Actix Web runs on Rust { rustVersion } or later and it works with stable releases.