Skip to content

Commit 4bbbd1d

Browse files
Fixed some link text capitalizations in the OpenMP data types topic.
1 parent c16420b commit 4bbbd1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/parallel/openmp/reference/openmp-data-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following functions use `omp_lock_t`:
3535
- [omp_unset_lock](openmp-functions.md#omp-unset-lock)
3636
- [omp_test_lock](openmp-functions.md#omp-test-lock)
3737

38-
For more information, see [3.2 Lock Functions](../../../parallel/openmp/3-2-lock-functions.md).
38+
For more information, see [3.2 Lock functions](../../../parallel/openmp/3-2-lock-functions.md).
3939

4040
### Example
4141

@@ -53,7 +53,7 @@ The following functions use `omp_nest_lock_t`:
5353
- [omp_unset_nest_lock](openmp-functions.md#omp-unset-nest-lock)
5454
- [omp_test_nest_lock](openmp-functions.md#omp-test-nest-lock)
5555

56-
For more information, see [3.2 Lock Functions](../../../parallel/openmp/3-2-lock-functions.md).
56+
For more information, see [3.2 Lock functions](../../../parallel/openmp/3-2-lock-functions.md).
5757

5858
### Example
5959

0 commit comments

Comments
 (0)