Skip to content

Commit 3d3c888

Browse files
authored
Fix a typo in VolumeFlow.json ("sm³/min" to "cm³/min") (#871)
1 parent 9070996 commit 3d3c888

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Common/UnitDefinitions/VolumeFlow.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
"Localization": [
472472
{
473473
"Culture": "en-US",
474-
"Abbreviations": [ "sm³/min" ]
474+
"Abbreviations": [ "cm³/min" ]
475475
},
476476
{
477477
"Culture": "ru-RU",

UnitsNet.Tests/GeneratedCode/TestsBase/VolumeFlowTestsBase.g.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet.WindowsRuntimeComponent/GeneratedCode/UnitAbbreviationsCache.g.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

UnitsNet/GeneratedCode/UnitAbbreviationsCache.g.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)