Skip to content

Commit

Permalink
Fix Locator's position format (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-menu authored Feb 5, 2024
1 parent e3a23f0 commit 0d13e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/locators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It <strong class="rfc">may</strong> also contain:
| ---- | ---------- | ------ | -------- |
| `fragments` | Contains one or more fragment in the resource referenced by the Locator Object. | Array of strings | No |
| `progression` | Progression in the resource expressed as a percentage. | Float between 0 and 1 | No |
| `position` | An index in the publication. | Integer where the value is > 1 | No |
| `position` | An index in the publication. | Integer where the value is > 0 | No |
| `totalProgression` | Progression in the publication expressed as a percentage. | Float between 0 and 1 | No |

Additional locations <strong class="rfc">may</strong> also be included in this object, using an extension officially registered on this repository or a URI.
Expand Down

0 comments on commit 0d13e80

Please sign in to comment.