Skip to content

Commit

Permalink
fix: correct spacing in method documentation reference
Browse files Browse the repository at this point in the history
Ensure proper formatting for method reference to improve readability and maintain consistency in documentation.
  • Loading branch information
caring-coder committed Dec 14, 2024
1 parent bfc0825 commit 6b19a2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void stamp(InputStream template, Object contextRoot, OutputStream out) {
}


/// Same as [#stamp(InputStream,Object,OutputStream)] except that you
/// Same as [#stamp(InputStream, Object, OutputStream)] except that you
/// may pass in a DOCX4J document as a template instead of an InputStream.
@Override
public void stamp(WordprocessingMLPackage document, Object contextRoot, OutputStream out) {
Expand Down

0 comments on commit 6b19a2a

Please sign in to comment.