File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ require 'English'
34
34
35
35
### Separators
36
36
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 ` . |
41
41
42
42
### Streams
43
43
@@ -179,7 +179,7 @@ English - `$INPUT_RECORD_SEPARATOR`, `$RS`.
179
179
180
180
Aliased as ` $-0 ` .
181
181
182
- ### ` $\\ ` (Output Record Separator)
182
+ ### ` $\ ` (Output Record Separator)
183
183
184
184
An output record separator, initially ` nil ` .
185
185
You can’t perform that action at this time.
0 commit comments