Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Took 1 minute
  • Loading branch information
kagurazaka-ayano committed Jan 31, 2024
1 parent 3fd84cd commit 40f5cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/KawaiiMQ/Queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ namespace KawaiiMQ {

std::string getName() const;

std::queue<std::shared_ptr<MessageData>> getElement() const;
std::queue<std::shared_ptr<MessageData>> getElements() const;

private:
static std::shared_mutex mtx;
Expand Down

0 comments on commit 40f5cf8

Please sign in to comment.