targets: Word choice/clarity

This commit is contained in:
Ryan Pavlik 2022-05-17 17:04:22 -05:00
parent 825ec9f549
commit 54be3b958b
4 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@
android:required="false"
android:version="1" />
<!-- for sensor access -->
<!-- for sensor usage -->
<uses-feature
android:name="android.hardware.sensor.accelerometer"
android:required="false" />

View file

@ -25,7 +25,7 @@
/*!
* Main "real" instance implementation.
*
* Used in instances both with and without compositor access.
* Used in instances both with and without compositor usage.
*
* @implements xrt_instance
*/

View file

@ -27,7 +27,7 @@
android:required="false"
android:version="1" />
<!-- for sensor access -->
<!-- for sensor usage -->
<uses-feature
android:name="android.hardware.sensor.accelerometer"
android:required="false" />

View file

@ -9,7 +9,7 @@
<string name="library_cJSON_author">Dave Gamble and cJSON contributors</string>
<!-- Library section -->
<string name="library_cJSON_libraryName">cJSON</string>
<string name="library_cJSON_libraryDescription">cJSON is a parser that tries to share the same philosophy as JSON itself. Simple, dumb, out of the way.</string>
<string name="library_cJSON_libraryDescription">cJSON is a parser that tries to share the same philosophy as JSON itself. Simple and out of the way.</string>
<string name="library_cJSON_libraryWebsite">https://github.com/DaveGamble/cJSON</string>
<string name="library_cJSON_libraryVersion">1.7.12</string>
<!-- OpenSource section -->