Add missing attribute name in header
[dbsrgits/SQL-Translator.git] / lib / SQL / Translator / Schema / Field.pm
index 89cb6ff..f6ce2a6 100644 (file)
@@ -486,7 +486,7 @@ has table => ( is => 'rw', isa => schema_obj('Table'), weak_ref => 1 );
 
 around table => \&ex2err;
 
-=head2
+=head2 parsed_field
 
 Returns the field exactly as the parser found it