Skip to content

Commit

Permalink
Fix typo in SizeUnits.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent 80f0edd commit b99ce9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ private SizeUnits(boolean absolute) {

/**
* Gets whether this {@code SizeUnits} value is absolute.
* @return whether value is absoulute
* @return whether value is absolute
*/
public boolean isAbsolute() {
return absolute;
Expand Down

0 comments on commit b99ce9d

Please sign in to comment.