summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-12-21 17:44:48 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2021-12-21 17:44:48 +0900
commit69470cc5e93781d637726d0ab20a2f46418d3cb6 (patch)
treecef5ff33d27f3feebdac90d9bb3ccafdeec0e131 /NEWS.md
parentb9aefdfc9f57edbfd286209eca2ab360848f2478 (diff)
Fix a typo [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 638098e593..34875b4cff 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -272,7 +272,7 @@ Note: We're only listing outstanding class updates.
* TracePoint
- * TracePoint.allow_reenter is added to allow reenter while TracePoint
+ * TracePoint.allow_reentry is added to allow reenter while TracePoint
callback.
[[Feature #15912]]