Skip to content

Commit a836821

Browse files
authored
Close quote in each example (#1927)
1 parent 985c0a7 commit a836821

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lang-guide/chapters/filters/each-par-each.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ls
1212
| transpose key value
1313
| inspect
1414
| each {|kv|
15-
$'The value of the "($kv.key) field is "($kv.value)"'
15+
$'The value of the "($kv.key)" field is "($kv.value)"'
1616
}
1717
```
1818

@@ -30,10 +30,10 @@ Result:
3030
│ modified │ 2024-01-31T10:21:46.068408713-05:00 │
3131
╰──────────┴─────────────────────────────────────╯
3232
33-
╭───┬──────────────────────────────────────────────────────────────────────────────────────╮
34-
│ 0 │ The value of the "name field is "CNAME" │
35-
│ 1 │ The value of the "type field is "file" │
36-
│ 2 │ The value of the "size field is "15 B" │
37-
│ 3 │ The value of the "modified field is "Wed, 31 Jan 2024 10:21:46 -0500 (3 months ago)" │
38-
╰───┴──────────────────────────────────────────────────────────────────────────────────────╯
33+
╭───┬──────────────────────────────────────────────────────────────────────────────────────
34+
│ 0 │ The value of the "name" field is "CNAME" │
35+
│ 1 │ The value of the "type" field is "file" │
36+
│ 2 │ The value of the "size" field is "15 B" │
37+
│ 3 │ The value of the "modified" field is "Wed, 31 Jan 2024 10:21:46 -0500 (3 months ago)" │
38+
╰───┴──────────────────────────────────────────────────────────────────────────────────────
3939
```

0 commit comments

Comments
 (0)