mirror of
https://github.com/google/pebble.git
synced 2025-06-02 16:23:11 +00:00
spelling: its
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a35061eaf8
commit
4806c06f10
5 changed files with 7 additions and 7 deletions
|
@ -27,7 +27,7 @@
|
|||
//!
|
||||
//! A UI component that is a window that contains a progress bar. The state of the progress bar
|
||||
//! is updated using progress_window_set_progress. When the window is first pushed, the progress
|
||||
//! bar will fill on it's own, faking progress until the max_fake_progress_percent threshold is
|
||||
//! bar will fill on its own, faking progress until the max_fake_progress_percent threshold is
|
||||
//! hit. Once the client wishes to indicate success or failure, calling
|
||||
//! progress_window_set_progress_success or progress_window_set_progress_failure will cause the
|
||||
//! UI to animate out to indicate the result, followed by calling the .finished callback if
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue