Errata

50 Tips and Tricks for MongoDB Developers

Errata for 50 Tips and Tricks for MongoDB Developers

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted by Date submitted
PDF Page 44
2nd. code sample

config.slice(2, 1)

should be

config.members.splice(2, 1)

No slice method on config object, and slice is the wrong method anyhow.

Robert Larsen  May 23, 2014