Skip to content

Commit e5d2b21

Browse files
committed
typo fix
1 parent 087a6fd commit e5d2b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/offsetintegers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
OffsetInteger type mainly for indexing.
66
* `O` - The offset relative to Julia arrays. This helps reduce copying when
7-
communicating with 0-indexed systems such ad OpenGL.
7+
communicating with 0-indexed systems such as OpenGL.
88
"""
99
struct OffsetInteger{O, T <: Integer} <: Integer
1010
i::T

0 commit comments

Comments
 (0)