-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename begin and end to beginIntegerRange and endIntegerRange
Fixes #567 Signed-off-by: Gary O'Neall <gary@sourceauditor.com>
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
model/Core/Properties/begin.md → model/Core/Properties/beginIntegerRange.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
SPDX-License-Identifier: Community-Spec-1.0 | ||
|
||
# begin | ||
# beginIntegerRange | ||
|
||
## Summary | ||
|
||
Defines the beginning of a range. | ||
|
||
## Description | ||
|
||
begin is a positive integer that defines the beginning of a range. | ||
beginIntegerRange is a positive integer that defines the beginning of a range. | ||
|
||
## Metadata | ||
|
||
- name: begin | ||
- name: beginIntegerRange | ||
- Nature: DataProperty | ||
- Range: xsd:positiveInteger | ||
|
6 changes: 3 additions & 3 deletions
6
model/Core/Properties/end.md → model/Core/Properties/endIntegerRange.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
SPDX-License-Identifier: Community-Spec-1.0 | ||
|
||
# end | ||
# endIntegerRange | ||
|
||
## Summary | ||
|
||
Defines the end of a range. | ||
|
||
## Description | ||
|
||
end is a positive integer that defines the end of a range. | ||
endIntegerRange is a positive integer that defines the end of a range. | ||
|
||
## Metadata | ||
|
||
- name: end | ||
- name: endIntegerRange | ||
- Nature: DataProperty | ||
- Range: xsd:positiveInteger | ||
|