Skip to content

Commit 5de042f

Browse files
committed
Revert "[DOC] Fix rendering of $\ in globals.md"
This reverts commit 598a8f8, as RDoc 6.15 handles backslash in backquotes properly, and the previous commit rather rendered an extra backslash.
1 parent 317c941 commit 5de042f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/globals.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ require 'English'
3434

3535
### Separators
3636

37-
| Variable | English | Contains |
38-
|-------------|----------------------------|--------------------------------------------|
39-
| `$/` | `$INPUT_RECORD_SEPARATOR` | Input record separator; initially newline. |
40-
| `$\\\\` | `$OUTPUT_RECORD_SEPARATOR` | Output record separator; initially `nil`. |
37+
| Variable | English | Contains |
38+
|----------|----------------------------|--------------------------------------------|
39+
| `$/` | `$INPUT_RECORD_SEPARATOR` | Input record separator; initially newline. |
40+
| `$\` | `$OUTPUT_RECORD_SEPARATOR` | Output record separator; initially `nil`. |
4141

4242
### Streams
4343

@@ -179,7 +179,7 @@ English - `$INPUT_RECORD_SEPARATOR`, `$RS`.
179179

180180
Aliased as `$-0`.
181181

182-
### `$\\` (Output Record Separator)
182+
### `$\` (Output Record Separator)
183183

184184
An output record separator, initially `nil`.
185185

0 commit comments

Comments
 (0)