Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed May 26, 2024
1 parent cb1f66d commit cb1c663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Since `array_ref` is-a `subarray`, it inherits all the class methods and types d

| Member fuctions | same as for `subarray` plus ... |
|--- |--- |
| (constructors) | `array_ref::array_ref({e1, e2, ...}, p)` constructs a D-dimensional view of the contiguous range starting at p and ending at least after the size size of the multidimensional array (product of sizes). Destructor is trivial since elements are not owned or managed. |
| (constructors) | `array_ref::array_ref({e1, e2, ...}, p)` constructs a D-dimensional view of the contiguous range starting at p and ending at least after the size size of the multidimensional array (product of sizes). Default constructor or copy constructor is not exposed. Destructor is trivial since elements are not owned or managed. |

| Element access | same as for `subarray` |
|--- |--- |
Expand Down

0 comments on commit cb1c663

Please sign in to comment.