Skip to content

Commit

Permalink
fix: dummy copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed Jan 5, 2023
1 parent 59084ff commit c0af5d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read_docx.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ print.rdocx <- function(x, target = NULL, ...){
names(style_sample) <- style_names$style_name
print(style_sample)

if (length(read_docx()) > 1) {
if (length(x) > 1) {
cursor_elt <- docx_current_block_xml(x)
cat("\n* Content at cursor location:\n")
print(node_content(cursor_elt, x))
Expand Down

0 comments on commit c0af5d0

Please sign in to comment.