Skip to content

Commit a92d419

Browse files
committed
Minor formatting fixes
1 parent bb0393e commit a92d419

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vignettes/ggplot2-specs.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Colours can be specified with:
3030
in the range `00` to `FF`
3131

3232
You can optionally make the colour transparent by using the form
33-
`"#RRGGBBAA".
33+
`"#RRGGBBAA"`.
3434

3535
* An __NA__, for a completely transparent colour.
3636

37-
* The [munsell](https://github.com/cwickham/munsell) package, Charlotte
37+
* The [munsell](https://github.com/cwickham/munsell) package, by Charlotte
3838
Wickham, provides a wrapper around the colour system designed by Alfred
3939
Munsell.
4040

@@ -61,7 +61,7 @@ Line types can be specified with:
6161
```
6262
6363
* The lengths of on/off stretches of line. This is done with a string
64-
containing 2, 4, 6, or 8 hexadecimal digits which give the lengths of c
64+
containing 2, 4, 6, or 8 hexadecimal digits which give the lengths of
6565
consecutive lengths. For example, the string `"33"` specifies three units
6666
on followed by three off and `"3313"` specifies three units on followed by
6767
three off followed by one on and finally three off.

0 commit comments

Comments
 (0)