Skip to content

Commit 99fb53e

Browse files
fix(comment): move quotation marks to proper location (#101)
Fix quotation marks in the difference of squares comment which describes the schema.
1 parent dc525bc commit 99fb53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
-- Schema: CREATE TABLE "difference-of-squares" ("number" INT", property" TEXT, "result" INT);
1+
-- Schema: CREATE TABLE "difference-of-squares" ("number" INT, "property" TEXT, "result" INT);
22
-- Task: update the difference-of-squares table and set the result based on the number and property fields.

0 commit comments

Comments
 (0)