summaryrefslogtreecommitdiff
path: root/doc/FAQ_DEV
diff options
context:
space:
mode:
authorBruce Momjian2007-05-05 14:33:55 +0000
committerBruce Momjian2007-05-05 14:33:55 +0000
commitaec9dc0efec0274829dc07948797aaf0c457c011 (patch)
tree0d9633484e4419f8d4508dc1b8a0ff9f93d34401 /doc/FAQ_DEV
parent799bd9e8c834c4c41ff4321ab62fca4095135daa (diff)
Wording update to FAQ_DEV..
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r--doc/FAQ_DEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV
index f5dd37c99ec..890545a9b6f 100644
--- a/doc/FAQ_DEV
+++ b/doc/FAQ_DEV
@@ -1,7 +1,7 @@
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
- Last updated: Sat May 5 10:30:33 EDT 2007
+ Last updated: Sat May 5 10:33:44 EDT 2007
Current maintainer: Bruce Momjian (bruce@momjian.us)
@@ -173,7 +173,7 @@ General Questions
* Contains sufficient comments
* Contains code that works on all supported operating systems
* Has proper documentation
- * Passes all regression tests, and if needed, includes new ones
+ * Passes all regression tests, and if needed, adds new ones
* Behaves as expected, even under unusual cirumstances
* Contains no reliability risks
* Does not overly complicate the source code