Skip to content

Commit

Permalink
Update docs/syntax_and_semantics/c_bindings/struct.md
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Müller <[email protected]>
  • Loading branch information
sol-vin and straight-shoota authored Nov 15, 2024
1 parent 5ec0b66 commit 7906a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syntax_and_semantics/c_bindings/struct.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lib C
end
```

Structs that are defined inside a `lib` can be included as modules internally in other `lib` defined structs, for example:
Structs that are defined inside a `lib` can be included, like modules, internally in other `lib` defined structs, for example:

```crystal
lib Lib
Expand Down

0 comments on commit 7906a8e

Please sign in to comment.