Skip to content

Commit

Permalink
removed slint tags from cover.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FloVanGH committed Oct 10, 2024
1 parent 9970277 commit 610a23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/node/cover.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ An exported struct can be created either by defing of an object literal or by us

**`my-component.slint`**

```slint
```
export struct Person {
name: string,
age: int
Expand Down Expand Up @@ -313,7 +313,7 @@ A value of an exported enum can be set as string or by usign the value from the

**`my-component.slint`**

```slint
```
export enum Position {
top,
bottom
Expand Down

0 comments on commit 610a23b

Please sign in to comment.