Skip to content

Commit 3d4eb85

Browse files
committed
Fixed angle bracket added by the linter
1 parent 3e481b3 commit 3d4eb85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ GUMP includes 16 filters for data sanitization and transformation:
483483
484484
| Filter | Description |
485485
|------------------------|-----------------------------------------------------------------------------------------------------------------------|
486-
| **noise_words** | Replace noise words in a string (<http://tax.cchgroup.com/help/Avoiding_noise_words_in_your_search.htm>). |
486+
| **noise_words** | Replace noise words in a string (http://tax.cchgroup.com/help/Avoiding_noise_words_in_your_search.htm). |
487487
| **rmpunctuation** | Remove all known punctuation from a string. |
488488
| **urlencode** | Sanitize the string by urlencoding characters. |
489489
| **htmlencode** | Sanitize the string by converting HTML characters to their HTML entities. |

0 commit comments

Comments
 (0)