Skip to content

Commit f417142

Browse files
SnipxiText-CI
authored andcommitted
Improve porting of a piece of documentation
The ampersand sign should be written as "&" instead of "&" in Javadoc
1 parent d6f1c34 commit f417142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

svg/src/main/java/com/itextpdf/svg/processors/impl/DefaultSvgProcessor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ private ISvgNodeRenderer createResultAndClean() {
171171
/**
172172
* Recursive visit of the object tree, depth-first, processing the visited node and calling visit on its children.
173173
* Visit responsibilities for element nodes:
174-
* - Assign styles(CSS & attributes) to element
174+
* - Assign styles(CSS and attributes) to element
175175
* - Create Renderer based on element
176-
* - push & pop renderer to stack
176+
* - push and pop renderer to stack
177177
* Visit responsibilities for text nodes
178178
* - add text to parent object
179179
*

0 commit comments

Comments
 (0)