Skip to content

Commit

Permalink
A grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akukanov committed Sep 30, 2024
1 parent 386046c commit 3042484
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Version Macros

oneTBB defines macros related to versioning, as described below.

* ``ONETBB_SPEC_VERSION`` macro defined to the decimal literal which value equals to
* ``ONETBB_SPEC_VERSION`` macro defined to the decimal literal whose value equals to
``x * 100 + y``, where ``x`` is the major version and ``y`` is the minor version
of the latest specification of oneTBB fully supported by the implementation.
* ``TBB_VERSION_MAJOR`` macro defined to integral value that represents major library version.
Expand Down

0 comments on commit 3042484

Please sign in to comment.