wording clarification
diff --git a/user_guide/database/active_record.html b/user_guide/database/active_record.html
index 1432ccb..d6bf9b7 100644
--- a/user_guide/database/active_record.html
+++ b/user_guide/database/active_record.html
@@ -198,7 +198,7 @@
 
 <p>Multiple function calls can be made if you need several joins in one query.</p>
 
-<p>If you need something other than a natural JOIN you can specify it via the third parameter of the function.
+<p>If you need a specific type of JOIN you can specify it via the third parameter of the function.
 Options are: left, right, outer, inner, left outer, and right outer.</p>
 
 <code>