Update docs

This commit is contained in:
0x1eef 2024-06-22 14:29:28 -03:00
parent 1d05a25b29
commit f939b2cc41
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ module Nanoc::Extension
##
# The AnonymousFilter extension adds support for Proc-based
# filters. See the Rules file to learn how this module is
# added to nanoc.
# added to nanoc
module AnonymousFilter
require "securerandom"
##

View file

@ -5,7 +5,7 @@ module Nanoc::Extension
# The RequireRules extension adds a method that can help
# break up the Rules file into multiple separate files.
# See the Rules file to learn how this module is added
# to nanoc.
# to nanoc
module RequireRules
##
# @example