Skip to content

Commit d375bcc

Browse files
committed
[DOC] Escape capitalized word "data" not to be linked unexpectedly
1 parent b908306 commit d375bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/language/globals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require 'English'
1919
| `$!` | `$ERROR_INFO` | \Exception object or `nil` | `nil` | Yes | Kernel#raise |
2020
| `$@` | `$ERROR_POSITION` | \Array of backtrace positions or `nil` | `nil` | Yes | Kernel#raise |
2121

22-
### Matched Data
22+
### Matched \Data
2323

2424
| Variable | \English | Contains | Initially | Read-Only | Reset By |
2525
|:-------------:|:-------------------:|-----------------------------------|:---------:|:---------:|-----------------|
@@ -127,7 +127,7 @@ Output:
127127

128128
English - `$ERROR_POSITION`.
129129

130-
## Matched Data
130+
## Matched \Data
131131

132132
These global variables store information about the most recent
133133
successful match in the current scope.

0 commit comments

Comments
 (0)