From 49529ef80abd7a1fd8116f7af431d32276b306b4 Mon Sep 17 00:00:00 2001 From: oroulet Date: Thu, 9 Jan 2025 11:42:00 +0100 Subject: [PATCH] Update samples/custom-structures-client/src/main.rs Co-authored-by: Sander van Harmelen --- samples/custom-structures-client/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/custom-structures-client/src/main.rs b/samples/custom-structures-client/src/main.rs index 60f87939..50a91737 100644 --- a/samples/custom-structures-client/src/main.rs +++ b/samples/custom-structures-client/src/main.rs @@ -141,7 +141,7 @@ async fn read_structure_var(session: &Arc, ns: u16) -> Result<(), Statu } // The struct and enum code after this line could/should be shared with demo server, -// but having it here make the example selv contained +// but having it here makes the example self-contained. #[derive( Debug,