Skip to content

Commit 862b274

Browse files
lirazchmdkinney
authored andcommitted
Update 513_handle_database_and_protocol_services.md
Deleted paragraph separator that was added by mistake
1 parent 9880829 commit 862b274

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

5_uefi_services/51_services_that_uefi_drivers_commonly_use/513_handle_database_and_protocol_services.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ executables. In addition, `InstallMultipleProtocolInterfaces()` provides more
8686
extensive error checking than `InstallProtocolInterface()`, which allows
8787
developers to catch coding errors sooner, and results in higher quality UEFI
8888
Driver implementations. The main difference is that
89-
`InstallMultipleProtocolInterfaces()` guarantees that a duplicate Device Path
90-
91-
Protocol is never be added to the Handle Database. _Section 3.9_ introduces the
89+
`InstallMultipleProtocolInterfaces()` guarantees that a duplicate Device Path Protocol
90+
is never be added to the Handle Database. _Section 3.9_ introduces the
9291
concept of Device Paths and the requirement for them to be unique.
9392

9493
The `InstallMultipleProtocolInterfaces()` and `UninstallMultipleProtocolInterfaces()`

0 commit comments

Comments
 (0)