Skip to content

Commit aff752d

Browse files
committed
update ToC
1 parent 50311a8 commit aff752d

File tree

1 file changed

+2
-3
lines changed
  • keps/sig-api-machinery/2876-crd-validation-expression-language

1 file changed

+2
-3
lines changed

keps/sig-api-machinery/2876-crd-validation-expression-language/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@
4545
- [Rego](#rego)
4646
- [Expr](#expr)
4747
- [WebAssembly](#webassembly)
48-
- [Starlark (formeraly known as Skylark)](#starlark-formeraly-known-as-skylark)
48+
- [Starlark (formerly known as Skylark)](#starlark-formerly-known-as-skylark)
4949
- [Build our own](#build-our-own)
5050
- [Make it easier to validate CRDs using webhooks](#make-it-easier-to-validate-crds-using-webhooks)
51-
- [Starlark](#starlark)
5251
- [Infrastructure Needed (Optional)](#infrastructure-needed-optional)
5352
<!-- /toc -->
5453

@@ -757,7 +756,7 @@ See also github.com/chimera-kube/chimera-admission
757756

758757
### Starlark (formerly known as Skylark)
759758

760-
See https://github.com/google/starlark-go/.
759+
See https://github.com/google/starlark-go/.
761760
Starlark is an untyped dynamic language with high-level data types, first-class functions with lexical scope, and automatic memory management or garbage collection.
762761
It is mostly used in build system and has been added as a dependency in k/k.
763762

0 commit comments

Comments
 (0)