Document with the right name
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract / Tree.pm
index 8f92ce9..7ee5c44 100644 (file)
@@ -814,7 +814,7 @@ structure of the returned tree.  It may be stable at some point, but not yet.
 
 =head2 unparse
 
- $sqlat->parse($tree_structure, \@bindargs)
+ $sqlat->unparse($tree_structure, \@bindargs)
 
 Transform "tree" into SQL, applying various transforms on the way.