this repo has no description
0
fork

Configure Feed

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

doc/tutorial: fix typo in 55_defs.txt

Fixes spelling mistake in 55_defs.txt

Fixes #1489

Signed-off-by: Owen Bowers Adams <owen+github@obowersa.net>
Change-Id: I07222f176ae3f6ec7c211ecdfbde1fba9a7a9cff
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/532224
Reviewed-by: Paul Jolly <paul@myitcv.io>

authored by

Owen Bowers Adams and committed by
Paul Jolly
556f57f5 f0d03f37

+1 -1
+1 -1
doc/tutorial/basics/2_types/55_defs.txt
··· 9 9 A definition, indicated by an identifier starting with `#` or `_#`, 10 10 defines values that 11 11 are not output when converting a configuration to a concrete value. 12 - They are used to define schemata against which concrete values can 12 + They are used to define schema against which concrete values can 13 13 be validated. 14 14 15 15 Structs defined by definitions are implicitly closed.