We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01b64a3 + 799fc67 commit 8a8c766Copy full SHA for 8a8c766
1 file changed
configuration.markdown
@@ -31,8 +31,8 @@ end
31
32
### Deferring evaluation
33
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:
+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:
36
37
{% highlight ruby %}
38
set :foo, 'bar'
0 commit comments