Fix typo in INTEROP.md: SomeLbrary

This commit is contained in:
James Wald
2020-07-11 15:59:39 -07:00
committed by SvyatoslavScherbina
parent 5ed5bb75a7
commit df926a86f2
+1 -1
View File
@@ -131,7 +131,7 @@ are included into the bindings.
The globs are applied to the header paths relative to the appropriate include The globs are applied to the header paths relative to the appropriate include
path elements, e.g. `time.h` or `curl/curl.h`. So if the library is usually path elements, e.g. `time.h` or `curl/curl.h`. So if the library is usually
included with `#include <SomeLbrary/Header.h>`, then it would probably be included with `#include <SomeLibrary/Header.h>`, then it would probably be
correct to filter headers with correct to filter headers with
<div class="sample" markdown="1" theme="idea" mode="c"> <div class="sample" markdown="1" theme="idea" mode="c">