Commit e8eec401 authored by Alberto Ramos's avatar Alberto Ramos

Corrected typo

parent dc3344d5
......@@ -92,7 +92,7 @@ julia> BDIO_close(fb)
"""
function BDIO_close!(fb)
close(fb.io)
fb.records = similar(Array{record,1}, 0)
fb.records = similar(Array{Record,1}, 0)
end
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment