Skip to content

Commit 15fae80

Browse files
committed
typo
1 parent 3c3a7fa commit 15fae80

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
@@ -1248,7 +1248,7 @@ More generally, when a `RecordSet`is assigned a `dataType`, some or all of its f
12481248
- 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).
12491249
- Or there is an explicit mapping specified on the Field, via the property `equivalentProperty`.
12501250

1251-
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).
1251+
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).
12521252

12531253
A cities `RecordSet` with fields implicitly mapped to latitude and longitude:
12541254

0 commit comments

Comments
 (0)