this repo has no description
0
fork

Configure Feed

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

cue/ast: fix typo in docstring

Signed-off-by: Brandon Bloom <brandon.d.bloom@gmail.com>
Change-Id: I5d17d779ff3613a7f30a636ccb826161f1a5cc29
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/532192
Reviewed-by: Paul Jolly <paul@myitcv.io>

authored by

Brandon Bloom and committed by
Paul Jolly
f0d03f37 f29b460e

+1 -1
+1 -1
cue/ast/ast.go
··· 27 27 // ---------------------------------------------------------------------------- 28 28 // Interfaces 29 29 // 30 - // There are two main classes of nodes: expressions, clauses, and declaration 30 + // There are three main classes of nodes: expressions, clauses, and declaration 31 31 // nodes. The node names usually match the corresponding CUE spec production 32 32 // names to which they correspond. The node fields correspond to the individual 33 33 // parts of the respective productions.