summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-01 00:47:55 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2019-07-01 00:48:11 +0900
commitd3d903cb5ff8a154d14aac1416815ce61affb335 (patch)
tree2e70627cdc1a7ace71131ca8a475599e3040feb7 /NEWS
parent3d1536e61812dab1f4c226eb60356fd238ab6bb8 (diff)
[DOC] Fix typos [ci skip]
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 19336edc3f..92f373c05a 100644
--- a/NEWS
+++ b/NEWS
@@ -131,7 +131,7 @@ Module::
New method::
- * Added Module#const_source_location to retreive the location where a
+ * Added Module#const_source_location to retrieve the location where a
constant is defined. [Feature #10771]
Modified method::
@@ -237,7 +237,7 @@ JIT::
=== Miscellaneous changes
-* Support for IA64 architecure has ben removed. Harware for testing was
+* Support for IA64 architecture has been removed. Hardware for testing was
difficult to find, native fiber code is difficult to implement, and it added
non-trivial complexity to the interpreter. [Feature #15894]