Skip to content

Commit edd5371

Browse files
Change 'A to B' -> 'B to A' in memcopy descriptions (#428)
Co-authored-by: Jack Coughlin <jack@johnbcoughlin.com>
1 parent b86e50e commit edd5371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/examples/memcopy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Memcopy
22

3-
The first example simple copies memory from `A` to `B`
3+
The first example simple copies memory from `B` to `A`
44

55
````@eval
66
using Markdown

docs/src/examples/memcopy_static.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Memcopy with static NDRange
22

3-
The first example simple copies memory from `A` to `B`. In contrast to the previous examples
3+
The first example simple copies memory from `B` to `A`. In contrast to the previous examples
44
it uses a fully static kernel configuration. Specializing the kernel on the iteration range itself.
55

66
````@eval

0 commit comments

Comments
 (0)