Skip to content

Commit 5d6b4dd

Browse files
committed
Merge primitives/scalars
1 parent 47732c6 commit 5d6b4dd

File tree

8 files changed

+353
-414
lines changed

8 files changed

+353
-414
lines changed

docs/datamodel/constraints.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,8 @@ Description
739739
^^^^^^^^^^^
740740

741741
The command ``create constraint`` defines a new concrete constraint. It can
742-
only be used in the context of :eql:stmt:`create scalar type`,
743-
:eql:stmt:`alter scalar type`, :eql:stmt:`create property`,
742+
only be used in the context of :eql:stmt:`create scalar`,
743+
:eql:stmt:`alter scalar`, :eql:stmt:`create property`,
744744
:eql:stmt:`alter property`, :eql:stmt:`create link`, or :eql:stmt:`alter link`.
745745

746746
*name* must be a name (optionally module-qualified) of a previously defined

docs/datamodel/future.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ a ``future`` from your schema if absolutely necessary, but doing so is
2626
discouraged. Existing projects are unaffected by default, so you must manually
2727
add the ``future`` specification to gain early access.
2828

29-
At the moment there are three ``future`` flags available:
29+
Flags
30+
=====
3031

32+
At the moment there are three ``future`` flags available:
3133

3234
- ``simple_scoping``
3335

0 commit comments

Comments
 (0)