Skip to content

Commit 100eac9

Browse files
committed
Merge pull request #1462 from codetrainee/patch-2
Correct mistakes in the document
2 parents 0dd27fb + 1192c54 commit 100eac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/margins.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#' Define margins.
22
#'
3-
#' This is a convenience function that creates a grid unit object of the
3+
#' This is a convenient function that creates a grid unit object of the
44
#' correct length to use for setting margins.
55
#'
66
#' @export
7-
#' @param t,b,r,l Dimensions of each margin. (To remember order, think trouble).
7+
#' @param t,r,b,l Dimensions of each margin. (To remember order, think trouble).
88
#' @param unit Default units of dimensions. Defaults to "pt" so it
99
#' can be most easily scaled with the text.
1010
#' @export

0 commit comments

Comments
 (0)