From 92c825885829bb8859c3091ce3fb38a62e13689c Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Fri, 17 Apr 2020 17:59:43 +0900 Subject: [PATCH] Fix a typo [ci skip] --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 06f6b9f10a..136a21868e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -163,7 +163,7 @@ Excluding feature bug fixes. * C API functions related to $SAFE have been removed. [[Feature #16131]] -* C API header file `ruby/ruby.h` was split. [[GH-2991]] Should have no implact +* C API header file `ruby/ruby.h` was split. [[GH-2991]] Should have no impact on extension libraries, but users might experience slow compilations. ## Implementation improvements