Skip to content

Commit 15f0a79

Browse files
Romain GuyAndroid Code Review
authored andcommitted
Merge "fix typo in comment @beamsOverlap"
2 parents 36edb20 + 44e8ec7 commit 15f0a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/view/FocusFinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ boolean isCandidate(Rect srcRect, Rect destRect, int direction) {
266266

267267

268268
/**
269-
* Do the "beams" w.r.t the given direcition's axos of rect1 and rect2 overlap?
269+
* Do the "beams" w.r.t the given direcition's axis of rect1 and rect2 overlap?
270270
* @param direction the direction (up, down, left, right)
271271
* @param rect1 The first rectangle
272272
* @param rect2 The second rectangle

0 commit comments

Comments
 (0)