Skip to content

Commit e07510d

Browse files
committed
[DOC] Markup constants as code
1 parent 58dbfe5 commit e07510d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/globals.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ STDERR # => #<IO:<STDERR>>
431431

432432
## Environment
433433

434-
### ENV
434+
### `ENV`
435435

436436
A hash of the contains current environment variables names and values:
437437

@@ -445,7 +445,7 @@ ENV.take(5)
445445
["GDMSESSION", "ubuntu"]]
446446
```
447447

448-
### ARGF
448+
### `ARGF`
449449

450450
The virtual concatenation of the files given on the command line, or from
451451
`$stdin` if no files were given, `"-"` is given, or after

0 commit comments

Comments
 (0)