Skip to content

Commit e172911

Browse files
authored
typo
1 parent 13d1167 commit e172911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/croissant-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ More generally, when a `RecordSet `is assigned a `dataType`, some or all of its
15261526
* Either the `@id` of the field has the name of the property as a suffix, e.g., a field with `@id `"cities/latitude" corresponds to the property "[sc:latitude](http://schema.org/latitude)" associated with the data type [sc:GeoCoordinates](http://schema.org/GeoCoordinates).
15271527
* Or there is an explicit mapping specified on the Field, via the property `equivalentProperty`.
15281528

1529-
When a field is mapped to a property, it can inherit the range type of that property (e.g., latitude and longitude can be or of type Text or Number). It may also specify a more restrictive type, as long as it doesn't contradict the rang of the property (e.g., require the values of latitude and longitude to be of type Float).
1529+
When a field is mapped to a property, it can inherit the range type of that property (e.g., latitude and longitude can be or of type Text or Number). It may also specify a more restrictive type, as long as it doesn't contradict the range of the property (e.g., require the values of latitude and longitude to be of type Float).
15301530

15311531
A cities `RecordSet` with fields implicitly mapped to latitude and longitude:
15321532

0 commit comments

Comments
 (0)