Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b committed Oct 19, 2023
1 parent de6989f commit 1494755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/brace_linter.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#' @param allow_single_line If `TRUE`, allow an open and closed curly pair on the same line.
#' @param function_braces Character specifying whether to require function bodies to be wrapped in curly braces.
#' `"always"` requires braces for all function definitions, including inline functions.
#' `"not_inline"` requires bracse when a functions body does not start on the same line as its header.
#' `"not_inline"` requires braces when a function body does not start on the same line as its header.
#' `"multi_line"` requires braces when a function definition spans multiple lines.
#' `"never"` never requires braces in function bodies.
#'
Expand Down

0 comments on commit 1494755

Please sign in to comment.