aboutsummaryrefslogtreecommitdiffstats
path: root/Lessons
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-24 13:05:43 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2022-03-24 13:05:43 +0300
commit111bbd1d9582501954e5bb63d01b24cdcdce6331 (patch)
tree908f66c9849b00afaad6f61b8bf64abe6f10f71a /Lessons
parentaf89c12d08d4d72347151029e97fcbbde70945e1 (diff)
downloadUEFI-Lessons-111bbd1d9582501954e5bb63d01b24cdcdce6331.tar.gz
UEFI-Lessons-111bbd1d9582501954e5bb63d01b24cdcdce6331.tar.bz2
UEFI-Lessons-111bbd1d9582501954e5bb63d01b24cdcdce6331.zip
Fix table formatting in lesson 71
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Diffstat (limited to 'Lessons')
-rw-r--r--Lessons/Lesson_71/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lessons/Lesson_71/README.md b/Lessons/Lesson_71/README.md
index 43a5c84..1c8b970 100644
--- a/Lessons/Lesson_71/README.md
+++ b/Lessons/Lesson_71/README.md
@@ -117,7 +117,7 @@ endif;
| keyword | IFR opcode | link |
-| ------------- | ------------- |
+| --------| -----------| ---- |
| `catenate` | `EFI_IFR_CATENATE` | https://edk2-docs.gitbook.io/edk-ii-vfr-specification/2_vfr_description_in_bnf/212_vfr_expression_statement_definition#2.12.11.1-catenate |
| `match` | `EFI_IFR_MATCH` | https://edk2-docs.gitbook.io/edk-ii-vfr-specification/2_vfr_description_in_bnf/212_vfr_expression_statement_definition#2.12.11.2-match |
| `match2` | `EFI_IFR_MATCH2` | https://edk2-docs.gitbook.io/edk-ii-vfr-specification/2_vfr_description_in_bnf/212_vfr_expression_statement_definition#2.12.11.9-match2 |