Skip to content

Commit

Permalink
Docs corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
p3lim committed Nov 1, 2024
1 parent ef17918 commit aefb6db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/event.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A multi-purpose [event](https://warcraft.wiki.gg/wiki/Events)-[mixin](https://en
These methods are also available as methods directly on `namespace`, e.g:
```lua
addon:RegisterEvent('BAG_UPDATE', function(self, ...)
namespace:RegisterEvent('BAG_UPDATE', function(self, ...)
-- do something
end)
```
Expand Down
2 changes: 1 addition & 1 deletion modules/settings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ do
end

--[[ namespace:RegisterMapSettings(_savedvariable_, _settings_)
Registers a set of `settings` with the interface options panel.
Registers a set of `settings` to inject into the world map tracking menu.
The values will be stored by the `settings`' objects' `key` in `savedvariables`.
The `settings` object is identical to the one for [RegisterSetting](namespaceregistersettingssavedvariables-settings).
Expand Down

0 comments on commit aefb6db

Please sign in to comment.