Skip to content

Commit d49b07a

Browse files
authored
Fix old notation in a comment (#111)
1 parent dcb7a98 commit d49b07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/normed.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function minmax(x::T, y::T) where {T <: Normed}
132132
end
133133

134134
# Iteration
135-
# The main subtlety here is that iterating over 0x00uf8:0xffuf8 will wrap around
135+
# The main subtlety here is that iterating over N0f8(0):N0f8(1) will wrap around
136136
# unless we iterate using a wider type
137137
@inline start(r::StepRange{T}) where {T <: Normed} = widen1(reinterpret(r.start))
138138
@inline next(r::StepRange{T}, i::Integer) where {T <: Normed} = (T(i,0), i+reinterpret(r.step))

0 commit comments

Comments
 (0)