# Set the value of one or multiple fields in the modeled
# document.
#
# {::set} can be called two ways: one-off and
# bulk.
#
#
# Examples
#
# model.set('flavor', 'turkish');
# model.set({flavor: 'turkish', price: 4});
#
#
# Returns true if changes were propagated to the database
Hi there,
This is what I did:
(https://github.com/pzatrick/meteor-questions/blob/master/packages/reactive-model/lib/reactive_model.coffee#L50-L53)
This is what I got:
I expected to see the examples displayed as pretty-printed code, or to at least be displayed. Am I doing something wrong?
Thanks, Patrick