Skip to content

Commit 410abf3

Browse files
authored
Merge pull request #333 from d4v1d03/main
added version doubt
2 parents a2f84ae + ffdd9b7 commit 410abf3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/user_docs/support/faq-kcl.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2546,3 +2546,8 @@ final_list:
25462546
- 3
25472547
- 4
25482548
```
2549+
2550+
## 61. What does `version: "v1" = "v1"` mean?
2551+
2552+
The first `"v1"` over here denotes that the type of version is of string literal type. The second `"v1"` denotes that the default value of version is `"v1"`.
2553+

0 commit comments

Comments
 (0)