Skip to content

Commit 598a8f8

Browse files
committed
[DOC] Fix rendering of $\ in globals.md
1 parent feb9114 commit 598a8f8

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)