Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebutts committed Nov 26, 2023
1 parent 401ee5b commit 101b08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/section.R
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ extract_document_section <- function(line_numbers, line_content) {
NULL
}

#' two or more blank lines out of block ranges should break sections succession
#' `nline_to_break_succession` or more blank lines out of block ranges should break sections succession
#' @noRd
extract_document_section_breaks <- function(line_numbers, line_content) {
# options, number of blank lines to break sections or binary ranges
Expand Down

0 comments on commit 101b08b

Please sign in to comment.