diff options
author | ydah <[email protected]> | 2024-12-22 17:39:19 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-12-22 18:09:02 +0900 |
commit | cd8ad9634d9ab93f813d23b92384e04ecb8cc5f9 (patch) | |
tree | 91c8fd7724faeb2cc7d557447126df4f1afcfcee | |
parent | b8fe5550e7e0e623805a954b148286bda2b38ecd (diff) |
s/Punctation/Punctuation/
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12426
-rw-r--r-- | doc/_regexp.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/_regexp.rdoc b/doc/_regexp.rdoc index da323e913f..ae784e5adf 100644 --- a/doc/_regexp.rdoc +++ b/doc/_regexp.rdoc @@ -897,7 +897,7 @@ Numbers: - {Nl, Letter_Number}[https://www.compart.com/en/unicode/category/Nl]. - {No, Other_Number}[https://www.compart.com/en/unicode/category/No]. -Punctation: +Punctuation: - +P+, +Punctuation+: +Pc+, +Pd+, +Pe+, +Pf+, +Pi+, +Po+, or +Ps+. - {Pc, Connector_Punctuation}[https://www.compart.com/en/unicode/category/Pc]. |