Skip to content

Commit 97dfab7

Browse files
committed
typos
1 parent b27b799 commit 97dfab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-01-19-DOPvsOOP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Vulnerability L1tf: Not affected
4949
```
5050

5151
## Hands-on code
52-
Let us define the number of class instances (entities) we will create to test at large scale to do the test. Better to be a large bnumber, e·g.:
52+
Let us define the number of class instances (entities) we will create to test at large scale to do the test. Better to be a large number, e.g.:
5353
```cpp
5454
const int num_entities = 1000000;
5555
```

0 commit comments

Comments
 (0)