Skip to content

Commit

Permalink
Update kt_Keywords.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kuyeol authored Feb 26, 2025
1 parent b642815 commit 63b58b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Writerside/topics/kt_Keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</note>

<tabs>
<tab id="code" title="코드드">
<tab id="code" title="코드">
<code-block lang="kotlin">
class Person(val name: String) {
val children: MutableList&lt;Person&gt; = mutableListOf()
Expand All @@ -43,4 +43,4 @@
</code-block>
</tab>
</tabs>
</procedure>
</procedure>

0 comments on commit 63b58b3

Please sign in to comment.