doc
authorIvan Kohler <ivan@freeside.biz>
Thu, 30 Apr 2015 11:01:54 +0000 (04:01 -0700)
committerIvan Kohler <ivan@freeside.biz>
Thu, 30 Apr 2015 11:01:54 +0000 (04:01 -0700)
FS/FS/part_pkg_vendor.pm

index bb37f1b..4629bad 100644 (file)
@@ -55,7 +55,7 @@ vendor_pkg_id
 
 =item new HASHREF
 
-Creates a new example.  To add the example to the database, see L<"insert">.
+Creates a new record.  To add the record to the database, see L<"insert">.
 
 Note that this stores the hash reference, not a distinct copy of the hash it
 points to.  You can ask the object for a copy with the I<hash> method.
@@ -94,7 +94,7 @@ returns the error, otherwise returns false.
 
 =item check
 
-Checks all fields to make sure this is a valid example.  If there is
+Checks all fields to make sure this is a valid record.  If there is
 an error, returns the error, otherwise returns false.  Called by the insert
 and replace methods.