[前][次][番号順一覧][スレッド一覧]

ruby-changes:68981

From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:19:34 +0900 (JST)
Subject: [ruby-changes:68981] cdc9cb6e97 (master): Stylize macOS correctly

https://git.ruby-lang.org/ruby.git/commit/?id=cdc9cb6e97

From cdc9cb6e97ca0868057465b11e8b498035931f69 Mon Sep 17 00:00:00 2001
From: Alan Wu <XrXr@u...>
Date: Thu, 3 Jun 2021 12:04:05 -0400
Subject: Stylize macOS correctly

Yes, it's all very confusing.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index be719c9b2b..929ec1d8a9 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ YJIT - Yet Another Ruby JIT https://github.com/ruby/ruby/blob/trunk/README.md#L6
 YJIT is a lightweight, minimalistic Ruby JIT built inside the CRuby/MRI binary.
 It lazily compiles code using a Basic Block Versioning (BBV) architecture. The target use case is that of servers running
 Ruby on Rails, an area where CRuby's MJIT has not yet managed to deliver speedups.
-To simplify development, we currently support only MacOS and Linux on x86-64, but an ARM64 backend
+To simplify development, we currently support only macOS and Linux on x86-64, but an ARM64 backend
 is part of future plans.
 This project is open source and falls under the same license as CRuby.
 
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]