Skip to content

Commit

Permalink
Merge pull request #642 from aelovikov-intel/fix-typo
Browse files Browse the repository at this point in the history
Fix a typo in `multi_ptr::operator=` documentation
  • Loading branch information
tomdeakin authored Nov 7, 2024
2 parents 47f96e2 + c543496 commit 05469ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10133,7 +10133,7 @@ operator=(const multi_ptr<value_type, AS, IsDecorated>&)
----
a@ Available only when: [code]#(Space == access::address_space::generic_space && AS != access::address_space::constant_space)#.

Assigns the value of the left hand side [code]#multi_ptr# into the [code]#generic_ptr#.
Assigns the value of the right hand side [code]#multi_ptr# into the [code]#generic_ptr#.

a@
[source]
Expand All @@ -10146,7 +10146,7 @@ operator=(multi_ptr<value_type, AS, IsDecorated>&&)
a@ Available only when:
[code]#(Space == access::address_space::generic_space && AS != access::address_space::constant_space)#.

Move the value of the left hand side [code]#multi_ptr# into the [code]#generic_ptr#.
Move the value of the right hand side [code]#multi_ptr# into the [code]#generic_ptr#.

a@
[source]
Expand Down

0 comments on commit 05469ac

Please sign in to comment.