Skip to content

Commit

Permalink
feat(SNSUNI-80): readme.md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pjazdzyk committed Jan 28, 2024
1 parent 1eebf3d commit d1826ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,6 @@ Temperature tempInC = Temperature.ofKelvins(100); // 100.00 K
Temperature tempInR = Temperature.of(200, CustomTempUnits.RANKINE); // eq. of 111.111 K
Temperature totalTemp = temperatureInC.plus(temperatureInR); // 211.111 K
```
Full code example of extending class is here [CLAZZ](class);

### 6.2 Custom physical quantity
In this section, we create new CustomAngle quantity together with new CustomAngleUnit of **Revolutions [rev]**.
Expand Down

0 comments on commit d1826ef

Please sign in to comment.