Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimezis committed Nov 21, 2022
1 parent 676ecab commit 650cfe8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import androidx.annotation.NonNull;

// Servers purely as a marker of a Canvas used in BlurView
// Serves purely as a marker of a Canvas used in BlurView
// to skip drawing itself and other BlurViews on the View hierarchy snapshot
public class BlurViewCanvas extends Canvas {
public BlurViewCanvas(@NonNull Bitmap bitmap) {
Expand Down

0 comments on commit 650cfe8

Please sign in to comment.