Skip to content

Commit

Permalink
Spellcheck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
drawbyperpetual committed Sep 11, 2024
1 parent ec0c300 commit e61460d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ class AdvancedPaste : public PowertoyModuleIface
Hotkey m_paste_as_markdown_hotkey{};
Hotkey m_paste_as_json_hotkey{};

template <class TKey>
template<class Id>
struct ActionData
{
TKey id;
Id id;
Hotkey hotkey;
};

Expand Down

0 comments on commit e61460d

Please sign in to comment.