Skip to content

Commit 9181479

Browse files
authored
Merge pull request #815 from montoyamoraga/patch-1
fix typo in reference page of filter()
2 parents 9ddcc03 + 615e755 commit 9181479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api_en/PImage_filter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ POSTERIZE<br />
156156
Limits each channel of the image to the number of colors specified as the parameter. The parameter can be set to values between 2 and 255, but results are most noticeable in the lower ranges.<br />
157157
<br />
158158
BLUR<br />
159-
Executes a Guassian blur with the level parameter specifying the extent of the blurring. If no parameter is used, the blur is equivalent to Guassian blur of radius 1. Larger values increase the blur.<br />
159+
Executes a Gaussian blur with the level parameter specifying the extent of the blurring. If no parameter is used, the blur is equivalent to Gaussian blur of radius 1. Larger values increase the blur.<br />
160160
<br />
161161
ERODE<br />
162162
Reduces the light areas. No parameter is used.<br />

0 commit comments

Comments
 (0)