Skip to content

Commit 1da8da8

Browse files
committed
Updated README wording.
1 parent 0cc7f5c commit 1da8da8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

example-02/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ Requirements
99
==============
1010

1111
Requires CMake 3.17 to configure (makes use of FindCUDAToolkit for simplicity)
12-
Example is meant to be build and executed with DPC++ compiler.
13-
12+
This example must be compiled and executed with the DPC++ compiler.
1413

1514
Building the example
1615
=====================

exercise-01/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Requirements
99
==============
1010

1111
Requires CMake 3.17 to configure (makes use of FindCUDAToolkit for simplicity)
12-
Example is meant to be build and executed with DPC++ compiler.
12+
This exercise must be compiled and executed with the DPC++ compiler.
1313
It is expected that you have read at least example-02 before attempting this exercise.
1414

1515

@@ -32,7 +32,7 @@ Then run
3232
make
3333
```
3434

35-
to build the example
35+
to build the exercise
3636

3737
Exercise
3838
=========

0 commit comments

Comments
 (0)