Skip to content

Commit

Permalink
Project updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raphasampaio committed Aug 20, 2024
1 parent 29702f6 commit ffce5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ macro collection(expression)

function_name = Symbol(name_snakecase, :_, field_name)

if field_type == :String
if field_type == :String || field_type == :TimeSeriesFileData
description = "Get the value of the $field_name field from the $name collection."

doc_string =
Expand Down

0 comments on commit ffce5e9

Please sign in to comment.