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.
2 parents b75799e + c38b2b3 commit 258a2deCopy full SHA for 258a2de
lib/phlex/sgml.rb
@@ -25,7 +25,7 @@ def call(...)
25
end
26
27
# Create a new instance of the component.
28
- # @note The block will not be delegated {#initialize}. Instead, it will be sent to {#template} when rendering.
+ # @note The block will not be delegated to {#initialize}. Instead, it will be sent to {#view_template} when rendering.
29
def new(*a, **k, &block)
30
if block
31
object = super(*a, **k, &nil)
0 commit comments