Skip to content

Commit 5bce578

Browse files
authored
Fix headings
1 parent c4dad43 commit 5bce578

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,17 +165,17 @@ servo.attached()
165165

166166
Detach the Servo variable from its pin. If all Servo variables are detached, then pins 9 and 10 can be used for PWM output with [analogWrite()](#analogwrite).
167167

168-
### Syntax
168+
#### Syntax
169169

170170
```
171171
servo.detach()
172172
```
173173

174-
### Parameters
174+
#### Parameters
175175

176176
* _servo_: a variable of type `Servo`
177177

178-
### See also
178+
#### See also
179179

180180
* [attach()](#attach)
181181
* [attached()](#attached)

0 commit comments

Comments
 (0)