Skip to content

Commit ba62894

Browse files
committed
final comments
1 parent e6c1c22 commit ba62894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/data-modeling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Model Your Data
1818
Field Behaviors </data-modeling/field-behaviors>
1919
Inheritance </data-modeling/inheritance>
2020
Document Validation </data-modeling/validation>
21-
Indexes </data-modeling/indexes>
21+
Work With Indexes </data-modeling/indexes>
2222

2323
In this section, you can learn how to model data in {+odm+}.
2424

source/data-modeling/indexes.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Aliases and Declaring Indexes
6262
+++++++++++++++++++++++++++++
6363

6464
You can use aliased field names in index definitions. For example, the following
65-
code creates a field on the ``b`` field, which is an alias of the ``borough``
65+
code creates an index on the ``b`` field, which is an alias of the ``borough``
6666
field:
6767

6868
.. literalinclude:: /includes/data-modeling/indexes.rb

0 commit comments

Comments
 (0)