From c40a51195402a9968f093e088deb0ae99949e9e7 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Wed, 1 Feb 2017 02:03:42 -0500 Subject: [PATCH] Change wording slightly --- docs/topics/web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/web.md b/docs/topics/web.md index 3e0e83837..cb8b53524 100644 --- a/docs/topics/web.md +++ b/docs/topics/web.md @@ -19,7 +19,7 @@ The usage of the API isn't any different from using it in Node.js. - Any voice-related functionality is unavailable, as there is currently no audio encoding/decoding capabilities without external native libraries, which web browsers do not support. - The ShardingManager cannot be used, since it relies on being able to spawn child processes for shards. -- Neither of the optional packages (uws and erlpack) are usable, since they're native libraries. +- None of the optional packages are usable, since they're native libraries. ## Example ```html