Skip to content

Commit

Permalink
NativeVariant: fixed text isnot allowed in <ul> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges committed Jul 25, 2024
1 parent d962d3c commit 0c8d202
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@
/**
* Wraps objects for native variant constituents (OS + ARCH={CPU + INSTRUCT_SET} + VM).
*
* <ul>
* <p>
* Use the following list to build your platform predicates:
* <ul>
* <li> x86: 32-bit x86 architecture </li>
* <li> x86_64: 64-bit x86 architecture, often referred to as amd64 </li>
* <li> amd64: Another name for x86_64 </li>
Expand Down

0 comments on commit 0c8d202

Please sign in to comment.