Skip to content

Commit 1eb711f

Browse files
committed
Fix examples
1 parent e536f56 commit 1eb711f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ Example:
6060
- Don't put spaces between `]` and `(`
6161

6262
```
63-
BAD : * [IllumOS Dynamic Tracing Guide] (http://dtrace.org/guide/preface.html)(PDF)
64-
GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) (PDF)
63+
BAD : * [IllumOS Dynamic Tracing Guide] (http://dtrace.org/guide/preface.html)
64+
GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)
6565
```
6666

6767
- Put a single space between the link and its format

0 commit comments

Comments
 (0)