summaryrefslogtreecommitdiff
path: root/doc/extension.rdoc
diff options
context:
space:
mode:
authorKenichi Kamiya <kachick1@gmail.com>2021-03-27 17:22:57 +0900
committerGitHub <noreply@github.com>2021-03-27 17:22:57 +0900
commit31ae931e166825450dcc16d470553e67281951a2 (patch)
tree22672a6195f8db9317b6f7dfcd1e62729168a152 /doc/extension.rdoc
parent89fa5b1348400892eaf37083fc6a6eb70d959f63 (diff)
downloadruby-31ae931e166825450dcc16d470553e67281951a2.tar.gz
[Doc] Update regex engine to Onigumo in doc/extension.* [ci skip]
regex.c has been removed in 8e65234086a15f90585bc09cce82dbad2aa647d7
Diffstat (limited to 'doc/extension.rdoc')
-rw-r--r--doc/extension.rdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/extension.rdoc b/doc/extension.rdoc
index f28f401381..c33dea2228 100644
--- a/doc/extension.rdoc
+++ b/doc/extension.rdoc
@@ -1076,9 +1076,8 @@ lex.c :: automatically generated from keywords
-> opt*.inc : automatically generated
-> vm.inc : automatically generated
-=== Regular Expression Engine (Oniguruma)
+=== Regular Expression Engine (Onigumo)
- regex.c
regcomp.c
regenc.c
regerror.c