Skip to content

Commit

Permalink
fixed typing
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldigas authored and ggrossetie committed Mar 25, 2024
1 parent d274f93 commit 977e3b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def process(parent, target, attrs)
attr_reader :logger

# @param parent [Asciidoctor::AbstractBlock] the parent asciidoc block of the block or block macro being processed
# @param target [Asciidoctor::Reader, String] the target value of a block macro
# @param target [String] the target value of a block macro
def resolve_target_path(parent, target)
parent.normalize_system_path(target)
end
Expand Down

0 comments on commit 977e3b3

Please sign in to comment.