diff options
| author | Poommetee Ketson | 2017-11-19 16:25:51 +0700 |
|---|---|---|
| committer | GitHub | 2017-11-19 16:25:51 +0700 |
| commit | 0aa4765904b0aea28ccf485b2428b027a5960df4 (patch) | |
| tree | 2d5f05ec2ad9b300b6f7245507bda8e53c2b5dbb /modules | |
| parent | baaafc5829959e065d2243092baa0369ad4a7841 (diff) | |
| parent | ade4f3084cd09e4b76ea3a7801a782aa1c49a1e8 (diff) | |
| download | godot-0aa4765904b0aea28ccf485b2428b027a5960df4.tar.gz godot-0aa4765904b0aea28ccf485b2428b027a5960df4.tar.zst godot-0aa4765904b0aea28ccf485b2428b027a5960df4.zip | |
Merge pull request #12989 from capnm/fix_class_makerst
Fix class docs, improve error handling of the rst generator.
Diffstat (limited to '')
| -rw-r--r-- | modules/regex/doc_classes/RegExMatch.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/regex/doc_classes/RegExMatch.xml b/modules/regex/doc_classes/RegExMatch.xml index 354febf89..8c6951fea 100644 --- a/modules/regex/doc_classes/RegExMatch.xml +++ b/modules/regex/doc_classes/RegExMatch.xml @@ -4,7 +4,7 @@ Contains the results of a regex search. </brief_description> <description> - Contains the results of a single regex match returned by [method RegEx.search] and [method.RegEx.search_all]. It can be used to find the position and range of the match and its capturing groups, and it can extract its sub-string for you. + Contains the results of a single regex match returned by [method RegEx.search] and [method RegEx.search_all]. It can be used to find the position and range of the match and its capturing groups, and it can extract its sub-string for you. </description> <tutorials> </tutorials> |
