Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configuration.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ end

### Deferring evaluation

When the setting value is a `Proc`, evaluation is performed when the setting
is read so that other settings may be used to calculate the value:
When the setting value is a `Proc`, evaluation is performed every time the
setting is read so that other settings may be used to calculate the value:

{% highlight ruby %}
set :foo, 'bar'
Expand Down