From 7d3d2790595c3a36b39c55e1ff776536a4b68a1e Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Tue, 20 Aug 2024 14:51:47 +0530 Subject: [PATCH] simplify bare overview --- reference/bare/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/bare/overview.md b/reference/bare/overview.md index 55c3a06..b5e60ae 100644 --- a/reference/bare/overview.md +++ b/reference/bare/overview.md @@ -26,7 +26,7 @@ Bare is built on top of [libjs](https://github.com/holepunchto/libjs), which pro 2. A native addon system supporting both statically and dynamically linked addons. 3. Light-weight thread support with synchronous joins and shared array buffer support. -Everything else if left to userland modules to be implemented using these primitives, keeping the runtime itself succinct and _bare_. +All additional features are implemented by userland modules using these primitives, keeping the runtime itself lean and _bare_. ## API