Skip to content

Commit

Permalink
Fix typos in LinearGradient.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent 318daf5 commit 9fc90b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@ Object acc_getPlatformPaint() {
* <point> = [ [ <length> <length> ] | [ <percentage> | <percentage> ] ]
* <color-stop> = [ <color> [ <percentage> | <length>]? ]
* </pre>
* <p> Currently length can be only specified in px, the specification of unit can be omited.
* <p> Currently length can be only specified in px, the specification of unit can be omitted.
* Format of color representation is the one used in {@link Color#web(String color)}.
* The linear-gradient keyword can be omited.
* The linear-gradient keyword can be omitted.
* For additional information about the format of string representation, see the
* <a href="../doc-files/cssref.html">CSS Reference Guide</a>.
* </p>
Expand Down

0 comments on commit 9fc90b1

Please sign in to comment.