Skip to content

Commit e2d44a1

Browse files
authored
Merge pull request #460 from kernelwernel/main
Main to dev
2 parents 070a6ab + eafcbde commit e2d44a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ namespace wrapper {
440440
```cpp
441441
// wrapper.cpp
442442
#include "vmaware.hpp"
443-
#include "example.hpp"
443+
#include "wrapper.hpp"
444444
445445
bool wrapper::is_this_a_vm() {
446446
return VM::detect();
@@ -462,7 +462,7 @@ void something() {
462462
}
463463
```
464464

465-
This wrapper structure would prevent any avoidable recompilations as opposed to potentially recompiling the vmaware.hpp file for every build that modifies the source which includes the lib, especially if there's a deep hierarchy of file dependencies within your project.
465+
This wrapper structure would prevent any avoidable recompilations as opposed to potentially recompiling the vmaware.hpp file for every build that modifies the source that #includes the lib, especially if there's a deep hierarchy of file dependencies within your project.
466466

467467
<br>
468468

0 commit comments

Comments
 (0)