From 7906a8e35549e8ba3d424729f4005779d6bc4b63 Mon Sep 17 00:00:00 2001 From: Ian Rash Date: Thu, 14 Nov 2024 17:38:18 -0800 Subject: [PATCH] Update docs/syntax_and_semantics/c_bindings/struct.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johannes Müller --- docs/syntax_and_semantics/c_bindings/struct.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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