Skip to content

Commit

Permalink
Add missing word in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
ljahn authored and JonasIsensee committed Feb 15, 2024
1 parent bbb78fc commit ab743b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/reconstructing_datatypes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function constructrr(f::JLDFile, T::DataType, dt::CompoundDatatype,

if !all(mapped)
@warn("the following fields are present in type $T" *
" saved in the file but not present in the type the workspace:\n\n" *
" saved in the file but not present in the type in the workspace:\n\n" *
"$(join(dt.names[.!mapped], "\n"))," *
"\n\nData in these fields will not be accessible")
end
Expand Down

0 comments on commit ab743b1

Please sign in to comment.