Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Sep 19, 2024
1 parent f2e59f1 commit 1b07374
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 23 deletions.
26 changes: 14 additions & 12 deletions blog/2024-09-18-kcl-0.10.0-release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ After compilation, you will get the following result
a:
- 2
- 3
- 0
- 1
```

Or you can change the content of the assigned object through **attribute access**.
Expand Down Expand Up @@ -342,18 +344,18 @@ assert datetime.validate("2024-08-26", "%Y-%m-%d")
- crossplane updated to 1.16.0
- cilium updated to 0.3.0
- external-secrets updated to 0.1.2
- The New Modles List
- fluxcd-kcl-controller
- fluxcd-kustomize-controller
- fluxcd-helm-controller
- fluxcd-source-controller
- fluxcd-image-reflector-controller
- fluxcd-image-automation-controller
- fluxcd-notification-controller
- kwok
- crossplane-provider-vault 1.0.0
- outdent 0.1.0
- kcl_lib 0.1.0
- The New Module List
- fluxcd-kcl-controller
- fluxcd-kustomize-controller
- fluxcd-helm-controller
- fluxcd-source-controller
- fluxcd-image-reflector-controller
- fluxcd-image-automation-controller
- fluxcd-notification-controller
- kwok
- crossplane-provider-vault 1.0.0
- outdent 0.1.0
- kcl_lib 0.1.0

### ☸️ Ecosystem Integration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ a = _a
a:
- 2
- 3
- 0
- 1
```

你也可以通过**属性访问**的方式对被赋值对象的内容进行更改。
Expand Down Expand Up @@ -344,17 +346,17 @@ assert datetime.validate("2024-08-26", "%Y-%m-%d")
- cilium 更新至 0.3.0
- external-secrets 更新至 0.1.2
- 新增模型列表
- fluxcd-kcl-controller
- fluxcd-kustomize-controller
- fluxcd-helm-controller
- fluxcd-source-controller
- fluxcd-image-reflector-controller
- fluxcd-image-automation-controller
- fluxcd-notification-controller
- kwok
- crossplane-provider-vault 1.0.0
- outdent 0.1.0
- kcl_lib 0.1.0
- fluxcd-kcl-controller
- fluxcd-kustomize-controller
- fluxcd-helm-controller
- fluxcd-source-controller
- fluxcd-image-reflector-controller
- fluxcd-image-automation-controller
- fluxcd-notification-controller
- kwok
- crossplane-provider-vault 1.0.0
- outdent 0.1.0
- kcl_lib 0.1.0

### ☸️ 生态集成

Expand Down

0 comments on commit 1b07374

Please sign in to comment.