diff --git a/docs/syntax_and_semantics/c_bindings/struct.md b/docs/syntax_and_semantics/c_bindings/struct.md index 4c8961b08..c35c67f46 100644 --- a/docs/syntax_and_semantics/c_bindings/struct.md +++ b/docs/syntax_and_semantics/c_bindings/struct.md @@ -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