Docs: update description of units.json

This commit is contained in:
Pieter Vander Vennet 2023-12-12 19:16:26 +01:00
parent a20f6a2d27
commit 825fd03adb
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ {
"id": "unit", "id": "unit",
"description": { "description": {
"en": "Library layer with all (common) units. Units can _only_ be imported from this file" "en": "Library layer with all common units"
}, },
"source": "special:library", "source": "special:library",
"units": [ "units": [

View file

@ -9557,7 +9557,7 @@
} }
}, },
"unit": { "unit": {
"description": "Library layer with all common units", "description": "Library layer with all common units. Units can _only_ be imported from this file.",
"units": { "units": {
"0": { "0": {
"applicableUnits": { "applicableUnits": {
@ -10346,4 +10346,4 @@
"render": "wind turbine" "render": "wind turbine"
} }
} }
} }