spring-guides / gs-accessing-data-mongodb

Accessing Data with MongoDB :: Learn how to persist data in MongoDB.
http://spring.io/guides/gs/accessing-data-mongodb/
Apache License 2.0
139 stars 161 forks source link

Readme refers to 'columns' in the context of MongoDB - MongoDB does not have columns. #13

Closed mancini0 closed 8 years ago

mancini0 commented 9 years ago

Hi,

The documentation should probably scrub the word "columns" from the following sentence:

"The other two properties, firstName and lastName, are left unannotated. It is assumed that they’ll be mapped to columns that share the same name as the properties themselves."

Perhaps "fields" is more appropriate.