Add missing docs semicolon.

This commit is contained in:
Bruce Momjian 1999-08-17 17:31:11 +00:00
parent ed3f69168f
commit 898b21267d

View file

@ -138,7 +138,7 @@ CREATE TABLE weather (
<ProgramListing>
INSERT INTO weather
VALUES ('San Francisco', 46, 50, 0.25, '11/27/1994')
VALUES ('San Francisco', 46, 50, 0.25, '11/27/1994');
</ProgramListing>
</Para>