diff --git a/adoc/chapters/programming_interface.adoc b/adoc/chapters/programming_interface.adoc index da342c51..4b5840b5 100644 --- a/adoc/chapters/programming_interface.adoc +++ b/adoc/chapters/programming_interface.adoc @@ -6672,7 +6672,7 @@ accessor() * The return values of [code]#get_pointer()# and [code]#get_multi_ptr()# are unspecified. * A default constructed accessor can be passed to a <>, - but attempting to access the underlying memory produces undefined behavior. + but attempting to access data elements from it produces undefined behavior. -- a@ @@ -8194,7 +8194,7 @@ local_accessor() * The return values of [code]#get_pointer()# and [code]#get_multi_ptr()# are unspecified. * A default constructed local accessor can be passed to a - <>, but attempting to access the underlying memory + <>, but attempting to access data elements from it produces undefined behavior. --