Skip to content

Commit 8d08b15

Browse files
staabmweaverryan
authored andcommitted
fixed missing syntax highlight on a table name.
1 parent 142f2b8 commit 8d08b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/propel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Now, try the code in action. Imagine you're inside a controller::
397397
}
398398
}
399399

400-
Now, a single row is added to both the ``category`` and product tables. The
400+
Now, a single row is added to both the ``category`` and ``product`` tables. The
401401
``product.category_id`` column for the new product is set to whatever the id is
402402
of the new category. Propel manages the persistence of this relationship for
403403
you.

0 commit comments

Comments
 (0)