diff options
-rw-r--r-- | Lesson_25/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lesson_25/README.md b/Lesson_25/README.md index 789bdb9..39af37e 100644 --- a/Lesson_25/README.md +++ b/Lesson_25/README.md @@ -7,7 +7,7 @@ Summary table: | .inf section: | [FixedPcd]<br>[Pcd] | [FeaturePcd]<br>[Pcd] | [PatchPcd]<br>[Pcd] | [Pcd] | [PcdEx] | | Get: | PcdGet<Type><br>FixedPcdGet<Type> | PcdGetBool<br>FeaturePcdGet | PcdGet<Type><br>PatchPcdGet<Type> | PcdGet<Type> | PcdGet<Type><br>PcdGetEx<Type> | | Set: | - | - | PcdSet<Type>S<br>PatchPcdSet<Type> | PcdSet<Type>S | PcdSet<Type>S<br>PcdSetEx<Type>S | -| Scope: | Every module have<br>its own copy | Every module have<br>its own copy | Every module have<br>its own copy | Global for<br>platform | Global for<br>platform | +| Scope: | Every module have its own copy | Every module have its own copy | Every module have its own copy | Global for<br>platform | Global for<br>platform | \<Type\> = 8|16|32|64|Bool|Ptr |