Skip to content

Commit

Permalink
Fix a comma, src/units.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Miles Cranmer <[email protected]>
  • Loading branch information
Ickaser and MilesCranmer authored Nov 4, 2024
1 parent fd93da0 commit 6593029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/units.jl
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ end
## Energy
@_lazy_register_unit cal 4.184 * J

@add_prefixes cal (k)
@add_prefixes cal (k,)

@doc(
"Energy in calories. Available variants: `kcal`.",
Expand Down

0 comments on commit 6593029

Please sign in to comment.