Commit 898b2126 authored by Bruce Momjian's avatar Bruce Momjian

Add missing docs semicolon.

parent ed3f6916
...@@ -138,7 +138,7 @@ CREATE TABLE weather ( ...@@ -138,7 +138,7 @@ CREATE TABLE weather (
<ProgramListing> <ProgramListing>
INSERT INTO weather INSERT INTO weather
VALUES ('San Francisco', 46, 50, 0.25, '11/27/1994') VALUES ('San Francisco', 46, 50, 0.25, '11/27/1994');
</ProgramListing> </ProgramListing>
</Para> </Para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment