Skip to content

Commit 8a8c766

Browse files
authored
Merge pull request #264 from twooster/improve-set-documentation
Update documentation to make `set` behavior a bit clearer
2 parents 01b64a3 + 799fc67 commit 8a8c766

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configuration.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ end
3131

3232
### Deferring evaluation
3333

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

3737
{% highlight ruby %}
3838
set :foo, 'bar'

0 commit comments

Comments
 (0)