Add missing docs semicolon.
This commit is contained in:
parent
ed3f69168f
commit
898b21267d
@ -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>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user