Skip to content

Commit d53f39b

Browse files
authored
Update README.md
1 parent fc5e715 commit d53f39b

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
@@ -60,7 +60,7 @@ VolumeUnitEnum::labelFor(VolumeUnitEnum::TONNE); // "t"
6060
{{ VolumeUnitEnum::KILOGRAMS }} // "kg"
6161
```
6262

63-
If you do not specify a label in the lang file these methods will return the value assigned to the enum inside the enum file. e.g MILLIGRAMS label will be MILLIGRAMS
63+
If you do not specify a label in the lang file these methods will return the value assigned to the enum inside the enum file. e.g MILLIGRAMS label will be milligrams.
6464

6565
### Meta data
6666

0 commit comments

Comments
 (0)