Skip to content

Commit 3ec128d

Browse files
authored
core.jl: Correct quadrant comments (#10)
1 parent c313dbb commit 3ec128d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/core.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@ end
3939

4040
# These are the 16 Unicode quadrant characters.
4141
#
42-
# The array is stored according to the octant bit pattern:
42+
# The array is stored according to the quadrant bit pattern:
4343
# 0 1
4444
# 2 3
45-
# 4 5
46-
# 6 7
4745
const QUADRANT_CHARS = Char[0x00A0, # NO-BREAK SPACE
4846
0x2598, # QUADRANT UPPER LEFT
4947
0x259D, # QUADRANT UPPER RIGHT

0 commit comments

Comments
 (0)