Fix typo in TermuxPropertyConstants

This commit is contained in:
agnostic-apollo
2021-03-12 05:54:12 +05:00
parent e72841ba27
commit ebf2e472b3

View File

@@ -29,7 +29,7 @@ import java.util.Set;
* This class will be hosted by termux-app and should be imported by other termux plugin apps as is
* instead of copying constants to random classes. The 3rd party apps can also import it for
* interacting with termux apps. If changes are made to this file, increment the version number
* * and add an entry in the Changelog section above.
* and add an entry in the Changelog section above.
*
* The properties are loaded from the first file found at
* {@link TermuxConstants#TERMUX_PROPERTIES_PRIMARY_FILE_PATH} or
@@ -66,7 +66,6 @@ public final class TermuxPropertyConstants {
/** Defines the key for whether to use black UI */
public static final String KEY_USE_BLACK_UI = "use-black-ui"; // Default: "use-black-ui"