Skip to content
Snippets Groups Projects
Unverified Commit 751c0526 authored by Felix Yan's avatar Felix Yan Committed by GitHub
Browse files

Correct a typo in SnackBar.cpp

parent c973fd75
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ SnackBar::hideMessage()
// Moving on to the next message.
messages_.pop_front();
// Reseting the starting position of the widget.
// Resetting the starting position of the widget.
offset_ = STARTING_OFFSET;
if (!messages_.empty())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment