Skip to content

Commit 0c5b992

Browse files
committed
Fix punctuation in forbid_lazy_load documentation
1 parent 18f1ce7 commit 0c5b992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sequel/plugins/forbid_lazy_load.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ module Plugins
4040
# Album.first.artist # no error
4141
#
4242
# This behavior of enabling +forbid_lazy_load+ automatically from dataset
43-
# methods can be disabled using the plugin's +:allow_by_default+ option:
43+
# methods can be disabled using the plugin's +:allow_by_default+ option.
4444
#
4545
# You can allow lazy loading associations for an instance that it
4646
# was previously forbidden for:

0 commit comments

Comments
 (0)