basho-labs / little_riak_book

A Little Riak Book
Other
161 stars 46 forks source link

p40 Chapter 4 misplaced commas #15

Closed etrepum closed 11 years ago

etrepum commented 11 years ago

https://github.com/coderoshi/little_riak_book/blob/master/en/04-operators.md#how-replication-uses-the-ring

"Riak has the amazing, and probably dangerous command attach, that attaches an Erlang console to a live Riak node, loaded with all of the Riak modules."

"Riak has the amazing, and probably dangerous, command attach that attaches an Erlang console to a live Riak node loaded with all of the Riak modules."

Maybe a little clearer:

"Riak's amazing, and probably dangerous, attach command attaches an Erlang console to a live Riak node with all of the Riak modules loaded."

coderoshi commented 11 years ago

Fixed in 31f8644