Skip to content

Commit 98164f8

Browse files
committed
Remove a trailing : from a heading
1 parent 591edbe commit 98164f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/reference/metaprogramming/macros-spec.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Separator * ::= '
9090
The two environment combinators are both associative with left and
9191
right identity `()`.
9292

93-
### Operational semantics:
93+
### Operational semantics
9494

9595
We define a small step reduction relation `-->` with the following rules:
9696
```
@@ -111,6 +111,7 @@ splice evaluation context `e_s` are defined syntactically as follows:
111111
Eval context e ::= [ ] | e t | v e | 'e_s[${e}]
112112
Splice context e_s ::= [ ] | (x: T) => e_s | e_s t | u e_s
113113
```
114+
114115
### Typing rules
115116

116117
Typing judgments are of the form `Es |- t: T`. There are two

0 commit comments

Comments
 (0)