From f23292cb4697b2351f921b1b4820acbaca4c866d Mon Sep 17 00:00:00 2001 From: 18iteration <45468984+18iteration@users.noreply.github.com> Date: Sun, 10 Jul 2022 02:36:31 +0200 Subject: [PATCH] Fix Typo in ssdt-long.md (#76) I suppose the sentence 'the one SSDTTime did for *us* will work' sounds more appropriate than 'the one SSDTTime did for *use* will work'. - Proposal: Rename the word 'use' to 'us' on line 5. - Replaced line 5 'use' to 'us'. --- ssdt-methods/ssdt-long.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssdt-methods/ssdt-long.md b/ssdt-methods/ssdt-long.md index 1c41896..128eaa4 100644 --- a/ssdt-methods/ssdt-long.md +++ b/ssdt-methods/ssdt-long.md @@ -2,7 +2,7 @@ Well sadly some things are not handled by SSDTTime, well have no fear as making SSDTs is super easy. The basic process: -* Dump DSDT(the one SSDTTime did for use will work) +* Dump DSDT(the one SSDTTime did for us will work) * Decompile DSDT * Make SSDTs based off of it(You'll need either MaciASL or a text editor for this) * Compile SSDTs