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,