Skip to content

Commit 8e1375c

Browse files
update doc
1 parent c114b51 commit 8e1375c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/cfvariable.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,9 @@ scale_factor(v::CFVariable) = v._storage_attrib.scale_factor
216216
add_offset(v::CFVariable) = v._storage_attrib.add_offset
217217
time_origin(v::CFVariable) = v._storage_attrib.time_origin
218218
calendar(v::CFVariable) = v._storage_attrib.calendar
219-
""""
220-
tf = time_factor(v::CFVariable)
219+
220+
"""
221+
tf = CommonDataModel.time_factor(v::CFVariable)
221222
222223
The time unit in milliseconds. E.g. seconds would be 1000., days would be 86400000.
223224
The result can also be `nothing` if the variable has no time units.

0 commit comments

Comments
 (0)