Skip to content

Commit b28aab5

Browse files
committed
Corrected comments.
1 parent cebfc65 commit b28aab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Magick.NET.Core/Settings/IMagickSettings{TQuantumType}.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public interface IMagickSettings<TQuantumType>
146146

147147
/// <summary>
148148
/// Gets or sets the distance into the dash pattern to start the dash (default 0) while
149-
/// drawing using a dash pattern,.
149+
/// drawing using a dash pattern.
150150
/// </summary>
151151
double StrokeDashOffset { get; set; }
152152

src/Magick.NET/Settings/MagickSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public IEnumerable<double>? StrokeDashArray
258258

259259
/// <summary>
260260
/// Gets or sets the distance into the dash pattern to start the dash (default 0) while
261-
/// drawing using a dash pattern,.
261+
/// drawing using a dash pattern.
262262
/// </summary>
263263
public double StrokeDashOffset
264264
{

0 commit comments

Comments
 (0)