From 9fdd5226b7892278fc7f713a43f442ba743192ef Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 26 Jul 2022 17:46:01 +0200 Subject: [PATCH] docs: normalize description of `music-microg-support` patch --- .../misc/microg/patch/bytecode/MusicMicroGBytecodePatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/music/misc/microg/patch/bytecode/MusicMicroGBytecodePatch.kt b/src/main/kotlin/app/revanced/patches/music/misc/microg/patch/bytecode/MusicMicroGBytecodePatch.kt index 79abfeaf..efee387c 100644 --- a/src/main/kotlin/app/revanced/patches/music/misc/microg/patch/bytecode/MusicMicroGBytecodePatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/misc/microg/patch/bytecode/MusicMicroGBytecodePatch.kt @@ -29,7 +29,7 @@ import org.jf.dexlib2.immutable.reference.ImmutableStringReference @Patch @Dependencies([MusicMicroGResourcePatch::class]) @Name("music-microg-support") -@Description("Patch to allow YouTube Music ReVanced to run without root and under a different package name.") +@Description("Allows YouTube Music ReVanced to run without root and under a different package name.") @MusicMicroGPatchCompatibility @Version("0.0.1") class MusicMicroGBytecodePatch : BytecodePatch( @@ -157,4 +157,4 @@ class MusicMicroGBytecodePatch : BytecodePatch( ) } -} \ No newline at end of file +}