aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/intro.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro.md b/docs/intro.md
index 09dc18a..80850c8 100644
--- a/docs/intro.md
+++ b/docs/intro.md
@@ -12,8 +12,8 @@ sidebar_position: 1
* Simple is better than complex
* Duplicate and easy is better than concise and complex
* Mathematics are good when not seen
-* The 80% of type-safety should be done with 20-or-less% of the effort
-* Instead of investing effort in the other 20%, better release to prod
+* The 95% of type-safety should be done with 5-or-less% of the effort
+* Instead of investing effort in the other 5%, better release to prod
* If it takes more than 5 minutes to understand, it's a bug
* The functional way is better, unless the imperative one is easier