Skip to content

Commit d699d9d

Browse files
Fix typo
1 parent 00b1271 commit d699d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Climate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function Base.show(io::IO, c::Climate)
194194
last_period = last(c.climate_data[:, "Date"])
195195
approx_years = round((last_period - first_period).value / 365.25; digits=2)
196196
println(io, "Climate dataset\n")
197-
println(io, "Number of Non-date columns: $(length(tgt_col_names))")
197+
println(io, "Number of non-date columns: $(length(tgt_col_names))")
198198
println(io, " P identifier: \"$(c.rainfall_id)\"")
199199
println(io, " ET identifier: \"$(c.et_id)\"")
200200
println(io, " T identifier: \"$(c.t_id)\"")

0 commit comments

Comments
 (0)