Skip to content

Commit

Permalink
Merge pull request #523 from KhronosGroup/mkinsner-marray1
Browse files Browse the repository at this point in the history
Editorial fix for marray table
  • Loading branch information
gmlueck authored Jan 4, 2024
2 parents 3f9aae0 + 0872bf9 commit b0413c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17925,29 +17925,29 @@ a@
----
iterator begin()
----
a@ Returns an iterator referring to the first element stored within the [code]#v# [code]#marray#.
a@ Returns an iterator referring to the first element stored within the [code]#marray#.

a@
[source]
----
const_iterator begin() const
----
a@ Returns a const iterator referring to the first element stored within the [code]#v# [code]#marray#.
a@ Returns a const iterator referring to the first element stored within the [code]#marray#.

a@
[source]
----
iterator end()
----
a@ Returns an iterator referring to the one past the last element stored within the [code]#v# [code]#marray#.
a@ Returns an iterator referring to the one past the last element stored within the [code]#marray#.

a@
[source]
----
const_iterator end() const
----
a@ Returns a const iterator referring to the one past the last
element stored within the [code]#v# [code]#marray#.
element stored within the [code]#marray#.

|====

Expand Down

0 comments on commit b0413c8

Please sign in to comment.