Skip to content

Commit

Permalink
typos types.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vipocenka authored Dec 14, 2024
1 parent 0484915 commit 1e5f7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zokrates_book/src/language/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ The following example shows declaration and initialization of a variable of the
```

#### Assignment
The variables within a struct instance, the so called members, can be accessed through the `.` operator as shown in the following extended example:
The variables within a struct instance, the so-called members, can be accessed through the `.` operator as shown in the following extended example:

```zokrates
{{#include ../../../zokrates_cli/examples/book/struct_assign.zok}}
Expand Down

0 comments on commit 1e5f7a2

Please sign in to comment.