Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
doc/ref: fix HTML anchor link in spec
Browse files Browse the repository at this point in the history
Anchor links are case sensitive.

Change-Id: I582cda98c3a63bf405fe15495fcb75e3aeb80e06
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/9041
Reviewed-by: CUE cueckoo <cueckoo@gmail.com>
Reviewed-by: Paul Jolly <paul@myitcv.org.uk>
  • Loading branch information
myitcv committed Mar 24, 2021
1 parent 27d305c commit a1551b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ref/spec.md
Expand Up @@ -1354,7 +1354,7 @@ Referencing a definition will recursively [close](#ClosedStructs) it.
That is, a referenced definition will not unify with a struct
that would add a field anywhere within the definition that it does not
already define or explicitly allow with a pattern constraint or `...`.
[Embeddings](#Embedding) allow bypassing this check.
[Embeddings](#embedding) allow bypassing this check.

If referencing a definition would always result in an error, implementations
may report this inconsistency at the point of its declaration.
Expand Down

0 comments on commit a1551b0

Please sign in to comment.