Skip to content

Commit

Permalink
Improve docstrings (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Feb 9, 2024
1 parent 36f11c1 commit 43f0a99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CompactStructs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ struct Uninitialized end
const uninit = Uninitialized()

"""
@compact_structs(type_definition, struct_definitions)
@compact_structs(type_definition, structs_definitions)
"""
macro compact_structs(new_type, struct_defs)

Expand Down
2 changes: 1 addition & 1 deletion src/SumStructs.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

"""
@sum_structs(type, struct_definitions)
@sum_structs(type_definition, structs_definitions)
"""
macro sum_structs(type, struct_defs)

Expand Down

0 comments on commit 43f0a99

Please sign in to comment.