Skip to content

Commit c9fa909

Browse files
committed
fixed spacing
1 parent a78e46b commit c9fa909

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/api.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
# MKR IoT Carrier library - TEST in-progress
22

33
## Class1
4-
### `method1()`
5-
#### Syntax
4+
### `method1()`
5+
#### Syntax
66

7-
```
8-
servo.attach(pin)
9-
servo.attach(pin, min, max)
10-
```
7+
```
8+
servo.attach(pin)
9+
servo.attach(pin, min, max)
10+
```
1111

12-
#### Parameters
12+
#### Parameters
1313

14-
* _servo_: a variable of type `Servo`
14+
* _servo_: a variable of type `Servo`
1515

16-
#### Example
17-
```
18-
#include <Servo.h>
19-
```
16+
#### Example
17+
```
18+
#include <Servo.h>
19+
```
2020

21-
#### See also
21+
#### See also
2222

23-
* [test1()](#test1)
24-
* [test2()](#test2)
23+
* [test1()](#test1)
24+
* [test2()](#test2)
2525

2626
## Class2
2727

0 commit comments

Comments
 (0)