Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Sep 6, 2024
1 parent e3db0eb commit f2b69db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/infobox/commons/infobox_widget.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ end
---@param injector WidgetInjector?
---@return Widget[]|Html[]|nil
function Widget:tryMake(injector)
return DisplayUtil.TryPureComponent(FnUtil.Curry(self.make, self), {injector = injector}, ErrorDisplay.InlineError)
return DisplayUtil.TryPureComponent(FnUtil.curry(self.make, self), {injector = injector}, ErrorDisplay.InlineError)
end

return Widget

0 comments on commit f2b69db

Please sign in to comment.