Skip to content

Commit 315361e

Browse files
authored
Linkify Function Resolution & Default Function references
1 parent a1e03e5 commit 315361e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/syntax.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,8 @@ The resolution of a _function_ relies on an implementation-defined _function han
536536
Some _functions_ can be used both as a _selector_ as well as in a _placeholder_;
537537
others are only valid in one of these positions.
538538
_Functions_ also differ in their requirements on the _operand_ and _options_ that they accept.
539-
See _Function Resolution_ and _default functions_ for more information.
539+
See [Function Resolution](./spec/formatting.md#function-resolution)
540+
and [Default Functions](./spec/functions/README.md) for more information.
540541
541542
A _function_ starts with a prefix sigil `:` followed by an _identifier_.
542543
The _identifier_ MAY be followed by one or more _options_.

0 commit comments

Comments
 (0)