We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f9e5e commit c9f6386Copy full SHA for c9f6386
docs/src/extending.md
@@ -41,7 +41,7 @@ In the unlikely case that you've used `@dimension`, you will also need the
41
following incantation:
42
43
```julia
44
-const localpromotion = Unitful.promotion
+const localpromotion = copy(Unitful.promotion)
45
function __init__()
46
Unitful.register(YourModule)
47
merge!(Unitful.promotion, localpromotion)
0 commit comments