Skip to content

Commit

Permalink
Fix typo in package-info.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent 12a46bc commit 58a0e14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
* class documentation. Some things which should be noted are:
* <ul>
* <li>One <code>Media</code> object may be shared among multiple <code>MediaPlayer</code>s.
* <li>One <code>MediaPlayer</code> may be shared amoung multiple <code>MediaView</code>s.
* <li>One <code>MediaPlayer</code> may be shared among multiple <code>MediaView</code>s.
* <li>Media may be played directly by a <code>MediaPlayer</code>
* without creating a <code>MediaView</code> although a view is required for display.</li>
* <li>Instead of <code>MediaPlayer.play()</code>,
Expand Down

0 comments on commit 58a0e14

Please sign in to comment.