Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/dead_end/display_invalid_blocks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def banner
<<~EOM
DeadEnd: Unmatched `}` character detected

This code has an unmatched `}`. Ensure that opening curl braces are
This code has an unmatched `}`. Ensure that opening curly braces are
closed: `{ }`.
EOM
else
Expand Down