From efd0d8cb94aa5430216790ed5d0cf5f91cb57bbd Mon Sep 17 00:00:00 2001 From: Stijn van Houwelingen <stijn@van-houwelingen.net> Date: Tue, 12 Dec 2023 17:28:02 +0100 Subject: [PATCH] Reworded bug-free status --- content/faq.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/faq.en.md b/content/faq.en.md index 58a0f539..97089d56 100644 --- a/content/faq.en.md +++ b/content/faq.en.md @@ -88,7 +88,7 @@ By isolating the system components from the kernel, the [attack surface](https:/ #### Improved security and reliability without significant performance impact -As the kernel is small, it uses less memory to do its work. The limited kernel code size helps to close in on the goal of a "bug-free" status ([KISS](https://en.wikipedia.org/wiki/KISS_principle)). +As the kernel is small, it uses less memory to do its work. The limited kernel code size helps us work towards "bug-free" status ([KISS](https://en.wikipedia.org/wiki/KISS_principle)). Rust's safe and fast language design, combined with the small kernel code size, helps ensure a reliable, performant and easy to maintain core. -- GitLab