Skip to content

Commit 3f6ff03

Browse files
authored
Merge pull request #116 from github/francisfuzz/styleguide-syntax-update
fix(STYLEGUIDE.md): use list item instead of codeblock
2 parents 2eddce7 + 2ab6fce commit 3f6ff03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

STYLEGUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -797,9 +797,9 @@ names.select do |name|
797797
end.map { |name| name.upcase }
798798
```
799799

800-
Some will argue that multiline chaining would look OK with the use of {...}, but they should
801-
ask themselves - is this code really readable and can't the block's contents be extracted into
802-
nifty methods?
800+
* Some will argue that multiline chaining would look OK with the use of `{...}`,
801+
but they should ask themselves: is this code really readable and can't the block's
802+
contents be extracted into nifty methods?
803803

804804
* Avoid `return` where not required.
805805
<a name="avoid-return"></a><sup>[[link](#avoid-return)]</sup>

0 commit comments

Comments
 (0)