Skip to content

Commit

Permalink
Trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Jan 18, 2024
1 parent 02b6e8a commit 8ab0916
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/odata-csdl-json/odata-csdl-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -4570,7 +4570,8 @@ types](#BuiltInTypesfordefiningVocabularyTerms)
argument is a [model path](#PathExpressions) with the following
restriction:
- A non-null path MUST end with a [structural property](#StructuralProperty)
or a term cast to a term whose type is a primitive or complex type, an enumeration type, a type definition, or a collection of one of these types.
or a term cast to a term whose type is a primitive or complex type, an enumeration type,
a type definition, or a collection of one of these types.

The value of the property path expression is the structural property or term cast, not its instances.

Expand Down
3 changes: 2 additions & 1 deletion docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -4495,7 +4495,8 @@ types](#BuiltInTypesfordefiningVocabularyTerms)
argument is a [model path](#PathExpressions) with the following
restriction:
- A non-null path MUST end with a [structural property](#StructuralProperty)
or a term cast to a term whose type is a primitive or complex type, an enumeration type, a type definition, or a collection of one of these types.
or a term cast to a term whose type is a primitive or complex type, an enumeration type,
a type definition, or a collection of one of these types.

The value of the property path expression is the structural property or term cast, not its instances.

Expand Down
2 changes: 1 addition & 1 deletion odata-csdl/14 Vocabulary and Annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,7 @@ types](#BuiltInTypesfordefiningVocabularyTerms)
argument is a [model path](#PathExpressions) with the following
restriction:
- A non-null path MUST end with a [structural property](#StructuralProperty)
or a term cast to a term whose type is a primitive or complex type, an enumeration type,
or a term cast to a term whose type is a primitive or complex type, an enumeration type,
a type definition, or a collection of one of these types.

The value of the property path expression is the structural property or term cast, not its instances.
Expand Down

0 comments on commit 8ab0916

Please sign in to comment.