summaryrefslogtreecommitdiff
path: root/FS/FS/part_pkg_vendor.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-04-30 04:01:54 -0700
committerIvan Kohler <ivan@freeside.biz>2015-04-30 04:01:54 -0700
commit76e217e6a453518ae9aef2b63fae49629101470c (patch)
tree7ea0562245980bacd533797bfb91be4e738cade2 /FS/FS/part_pkg_vendor.pm
parent67b56f17cc51d10394a986fb3d105213b097ee79 (diff)
doc
Diffstat (limited to 'FS/FS/part_pkg_vendor.pm')
-rw-r--r--FS/FS/part_pkg_vendor.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/FS/FS/part_pkg_vendor.pm b/FS/FS/part_pkg_vendor.pm
index bb37f1b..4629bad 100644
--- a/FS/FS/part_pkg_vendor.pm
+++ b/FS/FS/part_pkg_vendor.pm
@@ -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.