Skip to content

Commit

Permalink
fix: typos in a comment in the Sources/SVGEngine file
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs committed Jul 24, 2024
1 parent 10c6885 commit 8ce6de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SVGEngine.mm
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ @interface SVGAttributeSet () {
return paths;
}

/// This parses a single isolated path. creating a cgpath from just a string formated like the d elemen in a path
/// This parses a single isolated path. creating a cgpath from just a string formatted like the d element in a path
CGPathRef CGPathFromSVGPathString(NSString *svgString) {
CGPathRef const path = pathDefinitionParser(svgString).parse();
if(!path) {
Expand Down

0 comments on commit 8ce6de4

Please sign in to comment.