Skip to content

Commit

Permalink
[Cleanup] Fix a capitalization error.
Browse files Browse the repository at this point in the history
BUG=none
TEST=none
R=tobiasjs@chromium.org

Review-Url: https://codereview.chromium.org/2726753002
Cr-Commit-Position: refs/heads/master@{#453883}
  • Loading branch information
ishermandom authored and Commit bot committed Mar 1, 2017
1 parent 16aeb9f commit 40075bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public interface MinidumpUploader {

/**
* Cancel the current set of uploads.
* @return whether there are still uploads to be done.
* @return Whether there are still uploads to be done.
*/
boolean cancelUploads();

Expand Down

0 comments on commit 40075bd

Please sign in to comment.