Skip to content

Commit

Permalink
Update macros.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermebodin authored Sep 12, 2024
1 parent 917af32 commit ab58569
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 @@ -9,7 +9,7 @@ end
function getters_field(; name::Symbol, name_snakecase::Symbol, function_name::Symbol, field_name::Symbol)
getters = Expr[]

description = "Get the $field_name field from the $name collection."
description = "Get the `$field_name` field from the `$name` collection."

doc_string = build_doc_string("$function_name($name_snakecase::AbstractCollection)", description)
push!(getters, quote
Expand Down

0 comments on commit ab58569

Please sign in to comment.