Skip to content

Commit 83213aa

Browse files
hrutvikmn200
authored andcommitted
[cheatsheet] Two superficial fixes
- add some margin above title - fix badly italicised entry
1 parent 9cd9f25 commit 83213aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Manual/Cheatsheet/cheatsheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ h1, h2, h3 {
3131

3232
h1 {
3333
font-size: 1.8rem;
34-
margin-bottom: 30px;
34+
margin: 30px 0;
3535
}
3636

3737
h1, h2, h3, h4, h5, h6{

Manual/Cheatsheet/cheatsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ In some cases, it is useful to generalise a goal in order to use a suitable indu
496496
<code>qspec_then &grave;<i>tm&grave; thm_tactic thm</i></code>
497497
: Instantiates the supplied (`∀`-quantified) theorem with the given term, and applies the theorem-tactic to the result.
498498
499-
<code>qspecl_then [&grave;<i>tm&grave;s] thm_tactic thm</i></code>
499+
<code>qspecl_then [&grave;<i>tm</i>&grave;s] <i>thm_tactic thm</i></code>
500500
: Like `qspec_then`, but instantiates multiple `∀`-quantified variables.
501501
502502
<code>imp_res_tac <i>theorem</i></code>

0 commit comments

Comments
 (0)