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

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
Closes #43
#43

GitOrigin-RevId: cf5c83e
Change-Id: Icc938e4bcdc317af2952cff61d76748dda9205b9
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/2060
Reviewed-by: Marcel van Lohuizen <mpvl@google.com>
  • Loading branch information
sttts authored and mpvl committed May 16, 2019
1 parent cf041cb commit 8e43045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/basics/templates.md
Expand Up @@ -7,7 +7,7 @@ _Types ~~and~~ are Values_
<!-- jba: this is not in the spec, aside from the TemplateLabel grammar rule. -->

One of CUE's most powerful features is templates.
A template defines a value to be unified which each field of a struct.
A template defines a value to be unified with each field of a struct.

The template's identifier (in angular brackets) is bound to name of each
of its sibling fields and is visible within the template value
Expand Down

0 comments on commit 8e43045

Please sign in to comment.