File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
2323In this section, you can learn how to model data in {+odm+}.
2424
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Aliases and Declaring Indexes
6262+++++++++++++++++++++++++++++
6363
6464You 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``
6666field:
6767
6868.. literalinclude:: /includes/data-modeling/indexes.rb
You can’t perform that action at this time.
0 commit comments