Skip to content

Commit f24654e

Browse files
committed
Correct code block annotations
1 parent 47a38fd commit f24654e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ UtilityFunction:
240240
241241
For a basic overview, run
242242
243-
```Ruby
243+
```bash
244244
reek --help
245245
```
246246

docs/API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ string -- 2 warnings:
143143
Of course, directory specific configuration and excluded paths are supported as
144144
well:
145145

146-
```
146+
```ruby
147147
config_hash = {
148148
'IrresponsibleModule' => { 'enabled' => false }
149149
'spec/samples/three_clean_files/' =>

0 commit comments

Comments
 (0)