Skip to content

Commit 30ba62d

Browse files
authored
Merge pull request #9228 from marmelab/fix-doc-reference-many-to-many
Dox: fix explanations context in ReferenceManyToManyInput doc
2 parents 4089ad7 + 974899e commit 30ba62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ReferenceManyToManyInput.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This [Enterprise Edition](https://marmelab.com/ra-enterprise)<img class="icon" s
1313
Your browser does not support the video tag.
1414
</video>
1515

16-
In this example, `artists.id` matches `performances.artist_id`, and `performances.event_id` matches `events.id`:
16+
In this example, `bands.id` matches `performances.band_id`, and `performances.venue_id` matches `venues.id`:
1717

1818
```
1919
┌─────────┐ ┌──────────────┐ ┌───────────────┐

0 commit comments

Comments
 (0)