Skip to content

Commit

Permalink
Bugfix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvet authored Dec 4, 2024
1 parent 0ad304d commit 75e7854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ for (i, type_name) in enumerate(TYPE_NAMES)
function ua_data_type_ptr_default(::Type{Ptr{$julia_type}})
ua_data_type_ptr_default($julia_type)
end
if !(julia_types[$(i)] <: UA_NUMBER_TYPES)
if !(JULIA_TYPES[$(i)] <: UA_NUMBER_TYPES)
Base.show(io::IO, ::MIME"text/plain", v::$(julia_type)) = print(io, UA_print(v))
end
end
Expand Down

0 comments on commit 75e7854

Please sign in to comment.