Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit 6c2204c

Browse files
authored
Merge pull request #50 from ShalokShalom/patch-1
Update README.md
2 parents fae1518 + 0382113 commit 6c2204c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ turn on optimization (-O2). With both clang and gcc, dispatching a call to a
186186
method with one virtual argument takes 15-30% more time than calling the
187187
equivalent virtual member function (unless the call goes through a virtual base,
188188
which requires a dynamic cast). It does not involve branching or looping, only a
189-
few memory reads (which the CPU can be parallelize), a multiplication, a bit
189+
few memory reads (which the CPU can parallelize), a multiplication, a bit
190190
shift, a final memory read, then an indirect call. If the body of the method
191191
does any amount of work, the difference is unnoticeable.
192192
@@ -199,7 +199,7 @@ instructions and two memory reads.
199199
## Installation
200200
201201
YOMM2 is available on both major package managers. This is the easiest way of
202-
integrating it in your project, along with its dependencies. See [the vcpkg
202+
integrating it into your project, along with its dependencies. See [the vcpkg
203203
example](examples/vcpkg) and [the Conan2 example](examples/conan).
204204
205205
YOMM2 can also be built and installed from the sources, using straight `cmake`.

0 commit comments

Comments
 (0)