diff options
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/relationships.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/relationships.php b/engine/lib/relationships.php index 865365f9d..bdd5aadde 100644 --- a/engine/lib/relationships.php +++ b/engine/lib/relationships.php @@ -342,7 +342,7 @@ function delete_relationship($id) { * Define an arbitrary relationship between two entities. * This relationship could be a friendship, a group membership or a site membership. * - * This function lets you make the statement "$guid_one has $relationship with $guid_two". + * This function lets you make the statement "$guid_one is a $relationship of $guid_two". * * @param int $guid_one * @param string $relationship |