Skip to content

Commit

Permalink
Correct code block annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Jul 7, 2024
1 parent 14b061d commit e1a693d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ UtilityFunction:
For a basic overview, run
```ruby
```bash
reek --help
```

Expand Down
2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ string -- 2 warnings:
Of course, directory specific configuration and excluded paths are supported as
well:

```
```ruby
config_hash = {
'IrresponsibleModule' => { 'enabled' => false }
'spec/samples/three_clean_files/' =>
Expand Down

0 comments on commit e1a693d

Please sign in to comment.