Skip to content

Commit 83c25f8

Browse files
Update adoc/chapters/programming_interface.adoc
1 parent c87b54c commit 83c25f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adoc/chapters/programming_interface.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5524,7 +5524,7 @@ template <typename... Ts> auto get_access(Ts...); (
55245524

55255525
template <typename... Ts> auto get_host_access(Ts...); (4)
55265526
----
5527-
_Constraints (1-2):_ Available only when [code]#Targ# is [code]#target::device#,
5527+
_Constraints (1)-(2):_ Available only when [code]#Targ# is [code]#target::device#,
55285528
[code]#target::constant_buffer# or [code]#target::host_task#.
55295529

55305530
_Returns (1):_ A valid [code]#accessor# to the buffer with the specified access

0 commit comments

Comments
 (0)