Commit 096a5a93 authored by John Nguyen's avatar John Nguyen
Browse files

Fixed some spelling mistakes

parent 131eb6bc
...@@ -6,7 +6,7 @@ using Svg.Transforms; ...@@ -6,7 +6,7 @@ using Svg.Transforms;
namespace Svg namespace Svg
{ {
/// <summary> /// <summary>
/// Represents and SVG rectangle that could also have reounded edges. /// Represents an SVG rectangle that could also have rounded edges.
/// </summary> /// </summary>
[SvgElement("rect")] [SvgElement("rect")]
public class SvgRectangle : SvgVisualElement public class SvgRectangle : SvgVisualElement
...@@ -287,4 +287,4 @@ namespace Svg ...@@ -287,4 +287,4 @@ namespace Svg
return newObj; return newObj;
} }
} }
} }
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment