From 520ad6af73a46e4246f9f794278a3d10cf93bf2f Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Wed, 5 Nov 2014 20:42:26 +0000 Subject: [PATCH] Remove comment --- filtering/type-based/accent-neutralise.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/filtering/type-based/accent-neutralise.js b/filtering/type-based/accent-neutralise.js index e2921aa..05a83b5 100644 --- a/filtering/type-based/accent-neutralise.js +++ b/filtering/type-based/accent-neutralise.js @@ -9,8 +9,6 @@ * accented characters will no longer match. The second example below shows * how the function can be used to remove accents from the search input as well, * to mitigate this problem. - * - * - Added Greek accented vowels * * @summary Replace accented characters with unaccented counterparts * @name Accent neutralise