Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def get_parse_node(content_type, content)
if factory
return factory.get_parse_node(clean_content_type, content)
end
raise Exception.new "Content type #{contentType} does not have a factory to be parsed"
raise Exception.new "Content type #{content_type} does not have a factory to be parsed"
end

end
Expand Down