Skip to content

Commit 397d00a

Browse files
committed
Wording improvement.
1 parent 4dc6319 commit 397d00a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/FAQ_DEV

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Fri Jun 1 00:05:22 EDT 2007
4+
Last updated: Fri Jun 1 00:11:39 EDT 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -149,7 +149,7 @@ General Questions
149149
patches. If you need help checking the SQL standard, see 1.17.
150150
8. Provide an implementation overview, preferably in code comments.
151151
Following the surrounding code commenting style is usually a good
152-
approach (also see this
152+
approach (also see
153153
http://www.ibm.com/developerworks/linux/library/l-clear-code/?ca=d
154154
gr-FClnxw01linuxcodetips).
155155
9. If it is a performance patch, please provide confirming test

doc/src/FAQ/FAQ_DEV.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<H1>Developer's Frequently Asked Questions (FAQ) for
1414
PostgreSQL</H1>
1515

16-
<P>Last updated: Fri Jun 1 00:05:22 EDT 2007</P>
16+
<P>Last updated: Fri Jun 1 00:11:39 EDT 2007</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<A href=
1919
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@@ -208,7 +208,7 @@ <H3 id="item1.5">1.5) I have developed a patch, what next?</H3>
208208

209209
<li>Provide an implementation overview, preferably in code comments.
210210
Following the surrounding code commenting style is usually a good
211-
approach (also see this <a
211+
approach (also see <a
212212
href="http://www.ibm.com/developerworks/linux/library/l-clear-code/?ca=dgr-FClnxw01linuxcodetips">http://www.ibm.com/developerworks/linux/library/l-clear-code/?ca=dgr-FClnxw01linuxcodetips</a>).</li>
213213

214214
<li>If it is a performance patch, please provide confirming test

0 commit comments

Comments
 (0)