Skip to content

Commit 47067b9

Browse files
Fix typo
1 parent e3ac273 commit 47067b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/RPCGenericTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*
4343
* Enums
4444
* - The enums exist in code and their names and deprecation status match the spec
45-
* - They enums have a value for every element in the spec and the names and deprecation status match the spec
45+
* - The enums have a value for every element in the spec and the names and deprecation status match the spec
4646
*/
4747
@RunWith(AndroidJUnit4.class)
4848
public class RPCGenericTests {

0 commit comments

Comments
 (0)