From 049eae045072f3ce40fa17ae13a84a436158c50e Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Thu, 30 May 2024 12:56:58 +0200 Subject: [PATCH] Remove trailing space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 292fee4..c3fe2c3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This action currently supports these versions of MRI, JRuby and TruffleRuby: | `truffleruby` | 19.3.0 - 24.0.1, head | | `truffleruby+graalvm` | 21.2.0 - 24.0.1, head | -`ruby-debug` is the same as `ruby-head` but with assertions enabled (`-DRUBY_DEBUG=1`). +`ruby-debug` is the same as `ruby-head` but with assertions enabled (`-DRUBY_DEBUG=1`). Regarding Windows ruby master builds, `mingw` is a MSYS2/MinGW build, `head` & `ucrt` are MSYS2/UCRT64 builds, and `mswin` is a MSVC/VS 2022 build.