Fix spelling

This commit is contained in:
John Bampton 2024-10-12 01:16:05 +10:00 committed by GitHub
parent c044777562
commit 5e799cc182
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
Notes: git 2024-10-11 15:16:25 +00:00
Merged: https://github.com/ruby/ruby/pull/11882

Merged-By: XrXr
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ inputs:
required: false
default: ${{ github.workspace }}
description: >-
Directory to (re-)checkout source codes. Launchable retrives the commit information
Directory to (re-)checkout source codes. Launchable retrieves the commit information
from the directory.
launchable-workspace:

View File

@ -18,7 +18,7 @@ The reasons for the difference are religious/political histories.
- On October 15, 1582, several countries changed
from the Julian calendar to the Gregorian calendar;
these included Italy, Poland, Portugal, and Spain.
Other contries in the Western world retained the Julian calendar.
Other countries in the Western world retained the Julian calendar.
- On September 14, 1752, most of the British empire
changed from the Julian calendar to the Gregorian calendar.

View File

@ -4014,7 +4014,7 @@ unsafe fn remove_from_graph(blockref: BlockRef) {
/// Tear down a block and deallocate it.
/// Caller has to ensure that the code tracked by the block is not
/// running, as running code may hit [branch_stub_hit] who exepcts
/// running, as running code may hit [branch_stub_hit] who expects
/// [Branch] to be live.
///
/// We currently ensure this through the `jit_cont` system in cont.c