oreilly / couchdb-guide

CouchDB: The Definitive Guide
http://guide.couchdb.org/
502 stars 139 forks source link

Removed comma to fix long distance dependency ambiguity #539

Closed RichardLitt closed 9 years ago

RichardLitt commented 9 years ago

The comma in front of 'like RDBMS or Paxos' opens up an ambiguity where it is unclear if RDBMS is like CouchDB or different. Removing it makes this unambiguous. Another option would be parens.

janl commented 9 years ago

nice one, thank you!