Fix typos

See gh-20704
This commit is contained in:
dreis2211
2020-03-27 18:21:02 +01:00
committed by Stephane Nicoll
parent 7a64b3f761
commit 674f1e77b5
6 changed files with 7 additions and 7 deletions

View File

@@ -1413,7 +1413,7 @@ These are:
The default unit is bytes and can be overridden using `@DataSizeUnit` as illustrated in the sample above.
TIP: If you are upgrading from a previous version that is simply using `Long` to express the size, make sure to define the unit (using `@DataSizeUnit`) if it isn't bytes alongsidethe switch to `DataSize`.
TIP: If you are upgrading from a previous version that is simply using `Long` to express the size, make sure to define the unit (using `@DataSizeUnit`) if it isn't bytes alongside the switch to `DataSize`.
Doing so gives a transparent upgrade path while supporting a much richer format.