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

Closes #2389 as merged as of commit e2e4e668.

Signed-off-by: toshi0607 <s.toshi0607@gmail.com>
Change-Id: I0b1e2d938ab88789f0292319a4eecc3c0e563a4d
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/553569
TryBot-Result: CUEcueckoo <cueckoo+gerrithub@cuelang.org>
Unity-Result: CUEcueckoo <cueckoo+gerrithub@cuelang.org>
Reviewed-by: Paul Jolly <paul@myitcv.io>

authored by

toshi0607 and committed by
Daniel Martí
2304cb51 6c926983

+1 -1
+1 -1
doc/tutorial/basics/2_types/80_lists.txtar
··· 17 17 Note that as it is already defined to be an `IP`, the length of the list 18 18 is already fixed at `4` and we do not have to specify a value for all elements. 19 19 Also note that instead of writing `...uint8`, we could have written `...` 20 - as the type constraint is already already implied by `IP`. 20 + as the type constraint is already implied by `IP`. 21 21 22 22 The output contains a valid private IP address (`myIP`) 23 23 and an invalid one (`yourIP`).