We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087a6fd commit e5d2b21Copy full SHA for e5d2b21
src/offsetintegers.jl
@@ -4,7 +4,7 @@
4
5
OffsetInteger type mainly for indexing.
6
* `O` - The offset relative to Julia arrays. This helps reduce copying when
7
-communicating with 0-indexed systems such ad OpenGL.
+communicating with 0-indexed systems such as OpenGL.
8
"""
9
struct OffsetInteger{O, T <: Integer} <: Integer
10
i::T
0 commit comments