From 1dfb3aeec46515144109319cf0169fcf98664721 Mon Sep 17 00:00:00 2001 From: Martijn Gribnau Date: Mon, 11 Mar 2024 01:00:09 +0100 Subject: [PATCH] fix: Feature was cut off --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e31e70b..2d57bce 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Patameterized test cases are defined using the 'parameterized' attribute instead - **Be flexible:** Arguments provided to parameterized test cases are expressions. - **Works out of the box:** Works with any Rust version out of the box. No custom test harness necessary. - **Concise yet comprehensive:** Minimalstic doesn't need to mean 'featureless'. -- **Readable:** Maintains code readability by using a familiar Rustic attribute syntax. +- **Familiar syntax:** Maintains code readability with familiar Rustic syntax. - **Promotes :** Each test case has a user defined name which can be referred back to, and can be used to run individual test cases. - **Battle tested:** Used for years in tests of