Skip to content

Commit

Permalink
typo (worked, but not as intended)
Browse files Browse the repository at this point in the history
  • Loading branch information
toobaz committed Nov 28, 2011
1 parent b471319 commit 81b5c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/0.3/tutorial.md
Expand Up @@ -165,7 +165,7 @@ Using your database engines admin interface, create a simple table in your datab

CREATE TABLE todo (
id serial primary key,
text title,
title text,
created timestamp default now,
done boolean default 'f' );

Expand Down

0 comments on commit 81b5c34

Please sign in to comment.