From 659302918140400a7d13ca26e5d02b60bb941474 Mon Sep 17 00:00:00 2001 From: Isaac Wheeler <47340776+Ickaser@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:27:51 +0100 Subject: [PATCH] Fix a comma, src/units.jl Co-authored-by: Miles Cranmer --- src/units.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/units.jl b/src/units.jl index d1fbe4c..3165550 100644 --- a/src/units.jl +++ b/src/units.jl @@ -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`.",