lib/vedeu/editor/editor.rb in vedeu-0.8.15 vs lib/vedeu/editor/editor.rb in vedeu-0.8.16
- old
+ new
@@ -33,10 +33,10 @@
new(input: input, name: name).keypress
end
# Returns a new instance of Vedeu::Editor::Editor.
#
- # @param name [String|Symbol]
+ # @macro param_name
# @param input [String|Symbol]
# @return [Vedeu::Editor::Editor]
def initialize(input:, name:)
@input = input
@name = name