Skip to content

Commit ff306b7

Browse files
committed
doc/ref/spec.md: fix spec bug and broken link
Change-Id: Ibb578957275ea26c73688d00d291c61e391622d7 Reviewed-on: https://cue-review.googlesource.com/c/cue/+/7162 Reviewed-by: Marcel van Lohuizen <[email protected]>
1 parent e3a03a1 commit ff306b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/ref/spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,8 +1243,8 @@ declaration is defined for all fields.
12431243
Recursively closing a struct is equivalent to adding `..._|_` to its its root
12441244
and any of its substructures that are not defined for all fields.
12451245

1246-
Syntactically, structs are recursively closed explicitly with
1247-
the `close` builtin or implicitly by [definitions](#Definitions).
1246+
Syntactically, structs are closed explicitly with the `close` builtin or
1247+
implicitly and recursively by [definitions](#definitions-and-hidden-fields).
12481248

12491249

12501250
```

0 commit comments

Comments
 (0)