Fix POD for Schema::Index::type method
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Index.pm
index 7a04656..469ad76 100644 (file)
@@ -195,7 +195,7 @@ Get or set the index's type.
 
   my $type = $index->type('unique');
 
-Get or set the index's options (e.g., "using" or "where" for PG).  Returns
+Get or set the index's type.
 
 Currently there are only four acceptable types: UNIQUE, NORMAL, FULL_TEXT,
 and SPATIAL. The latter two might be MySQL-specific. While both lowercase