Skip to content

Commit 9bafc73

Browse files
authored
Update README.md
Fix minor typo in code example
1 parent 0e9c309 commit 9bafc73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ using UnitsNet.Extensions.NumberToTimeSpan;
8585
Speed speed = 30.Kilometers() / 1.Hours(); // 30 km/h (using Duration type)
8686
Length distance = speed * 2.h(); // 60 km (using TimeSpan type)
8787
88-
Acceleration stdGravity = 9.80665.MeterPerSecondSquared();
88+
Acceleration stdGravity = 9.80665.MetersPerSecondSquared();
8989
Force weight = 80.Kilograms() * stdGravity; // 80 kilograms-force or 784.532 newtons
9090
```
9191

0 commit comments

Comments
 (0)