Skip to content

Commit

Permalink
Use explicit <code> tags in <details>
Browse files Browse the repository at this point in the history
  • Loading branch information
endgame committed Feb 22, 2020
1 parent ff8c990 commit 48d86f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bonus/hkd.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ instance forall a . Monoid (f a) => Monoid (Config f) where
</details>

<details>
<summary>Aside: `forall a . Semigroup (f a)` vs `Alternative f`</summary>
<summary>Aside: <code>forall a . Semigroup (f a)</code> vs <code>Alternative f</code></summary>

You might well be wondering, "doesn't
[`Alternative`](http://hackage.haskell.org/package/base-4.12.0.0/docs/Control-Applicative.html#t:Alternative)
Expand Down

0 comments on commit 48d86f0

Please sign in to comment.