-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Doc improvements #4694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc improvements #4694
Conversation
@rechvs Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@pivotal-cla This is an Obvious Fix |
@rechvs This Pull Request contains an obvious fix. Signing the Contributor License Agreement is not necessary. |
Care to squash your commits into a single one for easier merging and reviewing? |
Various typo fixes and wording improvements.
@mp911de Done. |
Various typo fixes and wording improvements. Closes #4694
Refine wording about Id field naming. See #4694
Refine wording about Id field naming. See #4694
| `@Field("x")` `@Id` `String` x | ||
| `_id` | ||
| `@Field("x")` `@Id` `String` y | ||
| `x` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is incorrect, @Id
takes precedence. I will update the change during the merge.
Various typo fixes and wording improvements. Closes spring-projects#4694
Refine wording about Id field naming. See spring-projects#4694
I kept the changes in separate commits mainly to improve reviewability. I’d be happy to squash them before merge.