Skip to content

Commit 75a6584

Browse files
committed
fixed occurrence of nanoc3
1 parent d0bb755 commit 75a6584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/nanoc/helpers/rendering.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module Rendering
1616
# When this method is invoked _with_ a block, an empty string will be
1717
# returned and the rendered content will be appended to `_erbout`. In this
1818
# case, the content of the block will be captured (using the
19-
# {Nanoc3::Helpers::Capturing} helper) and this content will be made
19+
# {Nanoc::Helpers::Capturing} helper) and this content will be made
2020
# available with `yield`. In other words, a `yield` inside the partial
2121
# will output the content of the block passed to the method.
2222
#

0 commit comments

Comments
 (0)