Document append behaviour of options setters
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / View.pm
index c19501b..c5b9920 100644 (file)
@@ -77,7 +77,7 @@ with ListAttr tables => ( uniq => 1 );
 
 =head2 options
 
-Gets and sets a list of options on the view.
+Gets or appends a list of options on the view.
 
   $view->options('ALGORITHM=UNDEFINED');