this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: fixed small errors

Closes #88
https://github.com/cuelang/cue/pull/88

GitOrigin-RevId: ea72847a3a1b0314372f3eb6746688716ff0100c
Change-Id: I4093e992283d4f28aa13274f63e9dbedcb32c091
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/3047
Reviewed-by: Marcel van Lohuizen <mpvl@google.com>

authored by

0xflotus and committed by
Marcel van Lohuizen
8b4cab62 cb84024b

+2 -2
+1 -1
README.md
··· 46 46 ### How? 47 47 48 48 CUE merges the notion of schema and data. 49 - The same CUE defintion can simultaneously be used for validating data 49 + The same CUE definition can simultaneously be used for validating data 50 50 and act as a template to reduce boilerplate. 51 51 Schema definition is enriched with fine-grained value definitions 52 52 and default values.
+1 -1
doc/ref/impl.md
··· 139 139 140 140 References in expressions refer to other nodes within the `C` and represent 141 141 a copy of the substructure `C'` of `C` rooted at these nodes. 142 - Any references occuring in terms assigned to nodes of `C'` are be updated to 142 + Any references occurring in terms assigned to nodes of `C'` are be updated to 143 143 point to the equivalent node in a copy of `C'`. 144 144 <!-- TODO: define formally. Right now this is implied already by the 145 145 definition of evaluation functions and unification: unifying