From 61f3d17f9421d4a152e874b726264a35fa6712d3 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Sun, 9 Jul 2023 21:34:18 +0000 Subject: [PATCH] fix typo in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8921d0b..ed8859a 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ The spec runner does not work on Windows. Using a modified version of the spec runner that ignores warnings and error spans (but does include error messages), `grass` achieves the following results: ``` -2022-05-20 -PASSING: 6277 -FAILING: 548 +2023-07-09 +PASSING: 6230 +FAILING: 545 TOTAL: 6905 ``` @@ -91,4 +91,4 @@ around comments in expanded mode or error messages. The minimum supported rust version (MSRV) of `grass` is `1.56.0`. An increase to the MSRV will correspond with a minor version bump. The current MSRV is not a hard minimum, but future bugfix versions of `grass` are not guaranteed to work on versions prior to this. -`grass` currently targets `dart-sass` version `1.54.3`. An increase to this number will correspond to a either a minor or bugfix version bump, depending on the changes. +`grass` currently targets `dart-sass` version `1.54.3`. An increase to this number will correspond to either a minor or bugfix version bump, depending on the changes.