Skip to content

Commit e2e1151

Browse files
committed
Fix typo
1 parent 2365673 commit e2e1151

File tree

1 file changed

+1
-1
lines changed
  • app/src/release/java/io/github/chsbuffer/revancedxposed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package io.github.chsbuffer.revancedxposed
22

33
class DebugHook(override val classLoader: ClassLoader) : IHook {
4-
fun Hook() {}
4+
fun hook() {}
55
}

0 commit comments

Comments
 (0)