From c3dd0d919ce9a4a1fdbd162c76261b789859bb0a Mon Sep 17 00:00:00 2001 From: Nullptr Date: Fri, 21 Jul 2023 12:22:02 +0800 Subject: [PATCH] Fix typo --- .../java/io/github/libxposed/api/XposedInterface.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/src/main/java/io/github/libxposed/api/XposedInterface.java b/api/src/main/java/io/github/libxposed/api/XposedInterface.java index b6bc202..8422dcc 100644 --- a/api/src/main/java/io/github/libxposed/api/XposedInterface.java +++ b/api/src/main/java/io/github/libxposed/api/XposedInterface.java @@ -300,7 +300,7 @@ public interface XposedInterface { } /** - * Get the Xposed framework name of current implementation. + * Gets the Xposed framework name of current implementation. * * @return Framework name */ @@ -308,7 +308,7 @@ public interface XposedInterface { String getFrameworkName(); /** - * Get the Xposed framework version of current implementation. + * Gets the Xposed framework version of current implementation. * * @return Framework version */ @@ -316,14 +316,14 @@ public interface XposedInterface { String getFrameworkVersion(); /** - * Get the Xposed framework version code of current implementation. + * Gets the Xposed framework version code of current implementation. * * @return Framework version code */ long getFrameworkVersionCode(); /** - * Get the Xposed framework privilege of current implementation. + * Gets the Xposed framework privilege of current implementation. * * @return Framework privilege */