Skip to content

Commit 2a95508

Browse files
committed
Fix typo's in documentation
1 parent 2de9cdb commit 2a95508

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

R/expr-is.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#' Check whether a parse table corresponds to a a certain expression
1+
#' Check whether a parse table corresponds to a certain expression
22
#'
33
#' @param pd A parse table.
44
#' @name pd_is
@@ -39,7 +39,7 @@ contains_else_expr <- function(pd) {
3939
#' Checks whether an else expression in a nest needs braces. Note that for
4040
#' if-else-if expressions, there is no need to add braces since the if in
4141
#' else-if will be visited separately with the visitor. This applies to all
42-
#' conditional statmements with more than one alternative.
42+
#' conditional statements with more than one alternative.
4343
#' @param pd A parse table
4444
contains_else_expr_that_needs_braces <- function(pd) {
4545
else_idx <- which(pd$token == "ELSE")

man/contains_else_expr_that_needs_braces.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/pd_is.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)