We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bb755 commit 75a6584Copy full SHA for 75a6584
lib/nanoc/helpers/rendering.rb
@@ -16,7 +16,7 @@ module Rendering
16
# When this method is invoked _with_ a block, an empty string will be
17
# returned and the rendered content will be appended to `_erbout`. In this
18
# case, the content of the block will be captured (using the
19
- # {Nanoc3::Helpers::Capturing} helper) and this content will be made
+ # {Nanoc::Helpers::Capturing} helper) and this content will be made
20
# available with `yield`. In other words, a `yield` inside the partial
21
# will output the content of the block passed to the method.
22
#
0 commit comments