diff options
author | Bruce Momjian | 2016-07-31 01:34:28 +0000 |
---|---|---|
committer | Bruce Momjian | 2016-07-31 01:34:28 +0000 |
commit | 6335c80ef417b58f657fe9bc21f99edd79511f30 (patch) | |
tree | bfe01b568c8b98e5be621f6416a7fdc3020a8ba5 | |
parent | 9e765bb10fcb1438806bc139e243871234990423 (diff) |
doc: improve wording of Error Message Style Guide
Reported-by: Daniel Gustafsson
Discussion: [email protected]
Author: Daniel Gustafsson
-rw-r--r-- | doc/src/sgml/sources.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml index eb85262727..d132ee4a2e 100644 --- a/doc/src/sgml/sources.sgml +++ b/doc/src/sgml/sources.sgml @@ -453,7 +453,7 @@ Hint: the addendum verbose mode, or perhaps a pop-up error-details window. Also, details and hints would normally be suppressed from the server log to save space. Reference to implementation details is best avoided since users - don't know the details anyway. + aren't expected to know the details. </para> </simplesect> |